Store physical address as well in the image context

This commit is contained in:
2022-12-04 22:46:33 +01:00
parent b89121fded
commit 6b2f34f287
2 changed files with 2 additions and 0 deletions

View File

@@ -211,6 +211,7 @@ typedef struct _PECOFF_IMAGE_CONTEXT
UINT ImagePages;
UINT ImageSize;
LOADER_MEMORY_TYPE MemoryType;
PVOID PhysicalAddress;
PVOID VirtualAddress;
} PECOFF_IMAGE_CONTEXT, *PPECOFF_IMAGE_CONTEXT;