mirror of
https://github.com/bb107/MemoryModulePP
synced 2026-06-08 13:15:33 +00:00
ImportTableResolver
This commit is contained in:
@@ -47,7 +47,7 @@ typedef struct _MEMORYMODULE {
|
||||
LPBYTE codeBase; //codeBase == ImageBase
|
||||
PVOID lpReserved;
|
||||
|
||||
HMODULE* hModulesList; //Import module handles
|
||||
PVOID hModulesList; //Import module handles
|
||||
DWORD dwModulesCount; //number of module handles
|
||||
DWORD dwReferenceCount;
|
||||
|
||||
@@ -71,12 +71,6 @@ extern "C" {
|
||||
_In_ DWORD size
|
||||
);
|
||||
|
||||
NTSTATUS MemoryResolveImportTable(
|
||||
_In_ LPBYTE base,
|
||||
_In_ PIMAGE_NT_HEADERS lpNtHeaders,
|
||||
_In_ PMEMORYMODULE hMemoryModule
|
||||
);
|
||||
|
||||
NTSTATUS MemorySetSectionProtection(
|
||||
_In_ LPBYTE base,
|
||||
_In_ PIMAGE_NT_HEADERS lpNtHeaders
|
||||
|
||||
Reference in New Issue
Block a user