aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-10-01 23:41:40 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-10-01 23:41:40 +0200
commitbffee68c55a4f23566e5200d2db4f9a102b2c87a (patch)
tree99e27e3907f3318c2179dd7f204149a4b6b3ec97 /include
parent3da2303b0828532c96c68a08e4d6d0f5725857dc (diff)
DLLHelper supports setting preferred virtual address for virtual memory allocation
Diffstat (limited to 'include')
-rw-r--r--include/DLLHelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/DLLHelper.h b/include/DLLHelper.h
index 749e541..2481448 100644
--- a/include/DLLHelper.h
+++ b/include/DLLHelper.h
@@ -68,7 +68,7 @@ public:
bool Init(HANDLE targetPID, const char * const fullDllPath);
bool VerifyHeader();
- bool InitTargetMemory();
+ bool InitTargetMemory(UINT64 preferredVirtualAddress = 0x0);
bool HasImports() {
return m_NTHeader &&
m_NTHeader->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT].Size;