aboutsummaryrefslogtreecommitdiff
path: root/CMD/CMD.cpp
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-09-19 22:16:17 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-09-19 22:16:17 +0200
commitd344ea3ee86ab95d9ebce7cc06dd939f9734a06a (patch)
tree098b308e7f201e939ddb98cd1c1eadcb51f5c7ea /CMD/CMD.cpp
parentec118d1a0387914eb443631c3b5be08032704331 (diff)
added InitTargetMemory for allocating a memory block in the target process (cause we need the base address ASAP)
Diffstat (limited to 'CMD/CMD.cpp')
-rw-r--r--CMD/CMD.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMD/CMD.cpp b/CMD/CMD.cpp
index 2483c73..03caee4 100644
--- a/CMD/CMD.cpp
+++ b/CMD/CMD.cpp
@@ -43,7 +43,7 @@ int wmain(int argc, wchar_t **argv)
HANDLE kevent;
HANDLE uevent;
- KInterface &ki = KInterface::getInstance();
+ KInterface& ki = KInterface::getInstance();
std::vector<MEMORY_BASIC_INFORMATION> pages;
std::vector<MODULE_DATA> modules;