mirror of
https://github.com/bb107/MemoryModulePP
synced 2026-06-08 13:15:33 +00:00
refactoring
This commit is contained in:
@@ -27,7 +27,7 @@ typedef struct _MEMORYMODULE {
|
||||
struct {
|
||||
//Status Flags
|
||||
BYTE initialized : 1;
|
||||
BYTE loadFromNtLoadDllMemory : 1;
|
||||
BYTE loadFromLdrLoadDllMemory : 1;
|
||||
BYTE underUnload : 1;
|
||||
BYTE reservedStatusFlags : 5;
|
||||
|
||||
@@ -52,7 +52,9 @@ typedef struct _MEMORYMODULE {
|
||||
DWORD dwReferenceCount;
|
||||
|
||||
DWORD dwImageFileSize;
|
||||
//DWORD headers_align; //headers_align == OptionalHeaders.BaseOfCode;
|
||||
DWORD dwReserved;
|
||||
|
||||
PVOID LdrEntry;
|
||||
|
||||
} MEMORYMODULE, * PMEMORYMODULE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user