diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-07 10:09:47 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-07 10:09:47 -0800 |
commit | c388759ed67b792201b99bf7d73d036c34b47d87 (patch) | |
tree | d16e7bdba8e1f226bd97b9a774fcb519c2bebd42 /Source/Memory.h | |
parent | 5ad08f6611c8c777c43cfa0d2380b6ad6554a54d (diff) | |
download | witness-tutorializer-c388759ed67b792201b99bf7d73d036c34b47d87.tar.gz witness-tutorializer-c388759ed67b792201b99bf7d73d036c34b47d87.tar.bz2 witness-tutorializer-c388759ed67b792201b99bf7d73d036c34b47d87.zip |
Working on some consistency
Diffstat (limited to 'Source/Memory.h')
-rw-r--r-- | Source/Memory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index e7f8ff3..d14d58d 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 |