diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-08 09:13:28 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-08 09:14:09 -0800 |
commit | 0e6b61f87b676028fcfd75bbf576f48a0ef91632 (patch) | |
tree | f727207008e55cc3d56ea549206d09705037f153 /Source/Memory.h | |
parent | 0f568de726da77bfb0964f20d5be6691245b3da9 (diff) | |
download | witness-tutorializer-0e6b61f87b676028fcfd75bbf576f48a0ef91632.tar.gz witness-tutorializer-0e6b61f87b676028fcfd75bbf576f48a0ef91632.tar.bz2 witness-tutorializer-0e6b61f87b676028fcfd75bbf576f48a0ef91632.zip |
Add orchard + transparent swapping
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 6e0c7b1..c19d92b 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 { |