Store number of mappings when mapping virtual memory

This commit is contained in:
2024-01-28 17:01:44 +01:00
förälder 2e12d30aa4
incheckning 670a812649
2 ändrade filer med 4 tillägg och 1 borttagningar

Visa fil

@@ -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;