diff options
Diffstat (limited to 'NorthstarDedicatedTest/hookutils.h')
-rw-r--r-- | NorthstarDedicatedTest/hookutils.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/NorthstarDedicatedTest/hookutils.h b/NorthstarDedicatedTest/hookutils.h index 006bc16d..47ec12bf 100644 --- a/NorthstarDedicatedTest/hookutils.h +++ b/NorthstarDedicatedTest/hookutils.h @@ -1,18 +1,6 @@ #pragma once #include <vector> -// Sets an area of memory as writeable until the TempReadWrite object goes out of scope -class TempReadWrite -{ - private: - DWORD m_origProtection; - void* m_ptr; - - public: - TempReadWrite(void* ptr); - ~TempReadWrite(); -}; - // Enables all hooks created with the HookEnabler object when it goes out of scope and handles hook errors class HookEnabler { |