From d786e65a9a262638e74f6ebcf1b296917897ae49 Mon Sep 17 00:00:00 2001 From: boris Date: Sun, 30 Dec 2018 15:00:51 +1300 Subject: unban marcus or suffer my wrath grr --- csgo-loader/csgo-client/Security/RuntimeSecurity.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'csgo-loader/csgo-client/Security/RuntimeSecurity.hpp') diff --git a/csgo-loader/csgo-client/Security/RuntimeSecurity.hpp b/csgo-loader/csgo-client/Security/RuntimeSecurity.hpp index 9ad94fd..f74e778 100644 --- a/csgo-loader/csgo-client/Security/RuntimeSecurity.hpp +++ b/csgo-loader/csgo-client/Security/RuntimeSecurity.hpp @@ -10,6 +10,10 @@ #include #include +// WinInet +#include +#pragma comment(lib, "wininet.lib") + // Required for the SDK from Themida which offers multiple // virtual machines and string encryption, as well as debug/VM checks. #include @@ -79,7 +83,7 @@ namespace Security void CheckForDrivers(); - void CheckForThreads(); + void CheckForTampering(); public: // Initializes the runtime security system. @@ -95,7 +99,7 @@ namespace Security // Security callback. // This should phone back to the server and log any tampering. // TODO: Nave, actually implement this. - void SecurityCallback(); + void SecurityCallback(const char *Reason); }; // Readability -- cgit v1.2.3