summary refs log tree commit diff stats
path: root/Source/Memory.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2019-01-26 15:25:57 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2019-01-26 15:25:57 -0800
commita21bb513137eca745c16230edaf6200d666b03bb (patch)
tree64eafe0dc91b9ad6541044c61c8d182a9d47b107 /Source/Memory.h
parent1e7b51d0c775bd9ad518202473245d6aa7d15357 (diff)
downloadwitness-tutorializer-a21bb513137eca745c16230edaf6200d666b03bb.tar.gz
witness-tutorializer-a21bb513137eca745c16230edaf6200d666b03bb.tar.bz2
witness-tutorializer-a21bb513137eca745c16230edaf6200d666b03bb.zip
Challenge is not working, all else is fine.
Diffstat (limited to 'Source/Memory.h')
-rw-r--r--Source/Memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index fa9eb60..cce06ba 100644 --- a/Source/Memory.h +++ b/Source/Memory.h
@@ -5,7 +5,7 @@
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 0x62D0A0
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