Store number of mappings when mapping virtual memory

This commit is contained in:
2024-01-28 17:01:44 +01:00
parent 2e12d30aa4
commit 670a812649
2 changed files with 4 additions and 1 deletions

View File

@@ -189,6 +189,7 @@ typedef struct _XTBL_MODULE_INFO
typedef struct _XTBL_PAGE_MAPPING
{
LIST_ENTRY MemoryMap;
ULONG MapSize;
PVOID PtePointer;
SHORT PageMapLevel;
PAGE_SIZE PageSize;