From d344ea3ee86ab95d9ebce7cc06dd939f9734a06a Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 19 Sep 2019 22:16:17 +0200 Subject: added InitTargetMemory for allocating a memory block in the target process (cause we need the base address ASAP) --- CMD/CMD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMD/CMD.cpp') 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 pages; std::vector modules; -- cgit v1.2.3