[NTOSKRNL] Keep page file name along the page file and free it on shutdown

This commit is contained in:
Pierre Schweitzer 2018-08-13 08:24:39 +02:00
parent 5aaadf39db
commit 34e8f45122
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
3 changed files with 77 additions and 26 deletions

View file

@ -434,6 +434,7 @@ typedef struct _MMPAGING_FILE
PFN_NUMBER UsedPages;
PRTL_BITMAP AllocMap;
KSPIN_LOCK AllocMapLock;
UNICODE_STRING PageFileName;
}
MMPAGING_FILE, *PMMPAGING_FILE;