about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-12-15 13:55:55 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2018-12-15 13:55:55 -0800
commit1e7b51d0c775bd9ad518202473245d6aa7d15357 (patch)
tree9f5aa7a226d02235cd4f6203d399e68b2eec6952
parentecff7fa886852270896732b042db97c1a5ac1c4b (diff)
downloadwitness-tutorializer-1e7b51d0c775bd9ad518202473245d6aa7d15357.tar.gz
witness-tutorializer-1e7b51d0c775bd9ad518202473245d6aa7d15357.tar.bz2
witness-tutorializer-1e7b51d0c775bd9ad518202473245d6aa7d15357.zip
Right version
-rw-r--r--Source/Memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index fad6a38..fa9eb60 100644 --- a/Source/Memory.h +++ b/Source/Memory.h
@@ -4,8 +4,8 @@
4#include <vector> 4#include <vector>
5#include <windows.h> 5#include <windows.h>
6 6
7#define GLOBALS 0x5B28C0 7// #define GLOBALS 0x5B28C0
8// #define GLOBALS 0x62A080 8#define GLOBALS 0x62A080
9 9
10// https://github.com/erayarslan/WriteProcessMemory-Example 10// https://github.com/erayarslan/WriteProcessMemory-Example
11// http://stackoverflow.com/q/32798185 11// http://stackoverflow.com/q/32798185