about summary refs log tree commit diff stats
path: root/Source/Memory.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-11-05 07:25:51 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2018-11-05 07:25:51 -0800
commit5686fa72b21517bb32fc73b1aa2f3022f5c5875a (patch)
treefc900fe9d77af35f9b1b50515b0ab068e69a7a76 /Source/Memory.h
parenta2913485f2b072f0f3c531b9ef2e89ed066ec128 (diff)
downloadwitness-tutorializer-5686fa72b21517bb32fc73b1aa2f3022f5c5875a.tar.gz
witness-tutorializer-5686fa72b21517bb32fc73b1aa2f3022f5c5875a.tar.bz2
witness-tutorializer-5686fa72b21517bb32fc73b1aa2f3022f5c5875a.zip
Bump version, hide extract buttons
Diffstat (limited to 'Source/Memory.h')
-rw-r--r--Source/Memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index 310c971..d2ab50e 100644 --- a/Source/Memory.h +++ b/Source/Memory.h
@@ -3,8 +3,8 @@
3#include <map> 3#include <map>
4#include <windows.h> 4#include <windows.h>
5 5
6#define GLOBALS 0x5B28C0 6// #define GLOBALS 0x5B28C0
7//#define GLOBALS 0x62A080 7#define GLOBALS 0x62A080
8 8
9// https://github.com/erayarslan/WriteProcessMemory-Example 9// https://github.com/erayarslan/WriteProcessMemory-Example
10// http://stackoverflow.com/q/32798185 10// http://stackoverflow.com/q/32798185