aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;