diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-07 10:15:29 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-07 10:15:29 -0800 |
commit | 616fb965878997e4225afa651c5a4206a504fb61 (patch) | |
tree | 5405b0611d0b1b455778b9161f23e7304962c034 /Source/Memory.h | |
parent | 5085af8b5163f14d37284b5ee0e8fb2c4aaef7cb (diff) | |
download | witness-tutorializer-616fb965878997e4225afa651c5a4206a504fb61.tar.gz witness-tutorializer-616fb965878997e4225afa651c5a4206a504fb61.tar.bz2 witness-tutorializer-616fb965878997e4225afa651c5a4206a504fb61.zip |
Design for new version -- will still have to do conversions.
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 c19d92b..6e0c7b1 100644 --- a/Source/Memory.h +++ b/Source/Memory.h | |||
@@ -5,8 +5,8 @@ | |||
5 | #include <vector> | 5 | #include <vector> |
6 | #include <windows.h> | 6 | #include <windows.h> |
7 | 7 | ||
8 | // #define GLOBALS 0x5B28C0 | 8 | #define GLOBALS 0x5B28C0 |
9 | #define GLOBALS 0x62D0A0 | 9 | // #define GLOBALS 0x62D0A0 |
10 | 10 | ||
11 | #define HEARTBEAT 0x401 | 11 | #define HEARTBEAT 0x401 |
12 | enum class ProcStatus { | 12 | enum class ProcStatus { |