From c486baddbe064c0c78d9ea45361adf917f3c6842 Mon Sep 17 00:00:00 2001 From: boris Date: Fri, 28 Dec 2018 19:24:40 +1300 Subject: added basic hook detection yeah my vs was fucked up today ): --- csgo-loader/csgo-client/Security/SyscallManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csgo-loader/csgo-client/Security/SyscallManager.cpp') diff --git a/csgo-loader/csgo-client/Security/SyscallManager.cpp b/csgo-loader/csgo-client/Security/SyscallManager.cpp index bab2d5f..0104dae 100644 --- a/csgo-loader/csgo-client/Security/SyscallManager.cpp +++ b/csgo-loader/csgo-client/Security/SyscallManager.cpp @@ -81,7 +81,7 @@ namespace Wrapper } // Sick macros, retard. -#define GetRvaPointer(Rva) (Buffer + GetRawOffsetByRva(SectionHeader, SectionCount, FileSize, Rva)) + #define GetRvaPointer(Rva) (Buffer + GetRawOffsetByRva(SectionHeader, SectionCount, FileSize, Rva)) bool SyscallManager::Start() { -- cgit v1.2.3