diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-17 14:02:28 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-17 14:02:28 -0800 |
commit | 1501b173c058f11e53507532ad583a6ac9c061cc (patch) | |
tree | 3066f68055fd6bcf73d9686a4980b041d74f28d6 /Source/Memory.h | |
parent | 1f85741c8d12d9b1fbd55b29f334de572f9eea9b (diff) | |
download | witness-tutorializer-1501b173c058f11e53507532ad583a6ac9c061cc.tar.gz witness-tutorializer-1501b173c058f11e53507532ad583a6ac9c061cc.tar.bz2 witness-tutorializer-1501b173c058f11e53507532ad583a6ac9c061cc.zip |
4.0.5
Diffstat (limited to 'Source/Memory.h')
-rw-r--r-- | Source/Memory.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index d14d58d..23f6388 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 |
@@ -75,4 +75,6 @@ private: | |||
75 | std::map<uintptr_t, uintptr_t> _computedAddresses; | 75 | std::map<uintptr_t, uintptr_t> _computedAddresses; |
76 | uintptr_t _baseAddress = 0; | 76 | uintptr_t _baseAddress = 0; |
77 | HANDLE _handle = nullptr; | 77 | HANDLE _handle = nullptr; |
78 | |||
79 | friend class Temp; | ||
78 | }; \ No newline at end of file | 80 | }; \ No newline at end of file |