index
:
kmemdriver.git
A Windows Memory driver for game hacking purposes. Supports manual mapping with BlackBone and PastDSE.
log msg
author
committer
range
VS-2017
master
about
summary
refs
log
tree
commit
diff
path:
root
/
CMD
/
CMD.cpp
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'CMD/CMD.cpp')
-rw-r--r--
CMD/CMD.cpp
2
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;