summary refs log tree commit diff stats
path: root/WitnessRandomizer/Memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'WitnessRandomizer/Memory.h')
-rw-r--r--WitnessRandomizer/Memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WitnessRandomizer/Memory.h b/WitnessRandomizer/Memory.h index 390269c..6f5b8b7 100644 --- a/WitnessRandomizer/Memory.h +++ b/WitnessRandomizer/Memory.h
@@ -47,7 +47,7 @@ private:
47 47
48 uintptr_t ComputeOffset(std::vector<int> offsets); 48 uintptr_t ComputeOffset(std::vector<int> offsets);
49 49
50 std::map<std::vector<int>, uintptr_t> _computedOffsets; 50 std::map<uintptr_t, uintptr_t> _computedAddresses;
51 uintptr_t _baseAddress; 51 uintptr_t _baseAddress;
52 HANDLE _handle; 52 HANDLE _handle;
53}; \ No newline at end of file 53}; \ No newline at end of file