summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-client/Security/SyscallManager.cpp
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2018-12-28 19:24:40 +1300
committerboris <wzn@moneybot.cc>2018-12-28 19:24:40 +1300
commitc486baddbe064c0c78d9ea45361adf917f3c6842 (patch)
treed7bfb4e8c4c10e82992a016330c5a46625ba7a7e /csgo-loader/csgo-client/Security/SyscallManager.cpp
parent882ef7d46578d99608f4af9bfb73d83b23208eae (diff)
added basic hook detection
yeah my vs was fucked up today ):
Diffstat (limited to 'csgo-loader/csgo-client/Security/SyscallManager.cpp')
-rw-r--r--csgo-loader/csgo-client/Security/SyscallManager.cpp2
1 files changed, 1 insertions, 1 deletions
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()
{