diff options
Diffstat (limited to 'source2-basehook/Utilities/Utilities.hpp')
| -rw-r--r-- | source2-basehook/Utilities/Utilities.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source2-basehook/Utilities/Utilities.hpp b/source2-basehook/Utilities/Utilities.hpp new file mode 100644 index 0000000..b94ba98 --- /dev/null +++ b/source2-basehook/Utilities/Utilities.hpp @@ -0,0 +1,9 @@ +#pragma once +#include "../Include.hpp" + +namespace Utilities +{ + uintptr_t FindPattern(const char* module, const char* sig); + uintptr_t Dereference(uintptr_t address, unsigned int offset); + void DumpNetVars(); +}
\ No newline at end of file |