From 00b271f265450850336c8bcfdacc8671dbc8406a Mon Sep 17 00:00:00 2001 From: boris Date: Tue, 1 Jan 2019 20:53:10 +1300 Subject: yah --- csgo-loader/csgo-client/Security/RuntimeSecurity.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (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 9fe5c51..08e6490 100644 --- a/csgo-loader/csgo-client/Security/RuntimeSecurity.hpp +++ b/csgo-loader/csgo-client/Security/RuntimeSecurity.hpp @@ -20,7 +20,7 @@ // Required for the SDK from VMP which offers // virtual machines and string encryption, as // well as debug/VM checks. - +#include // Required for MinHook. #include @@ -35,10 +35,14 @@ // Sick macros, retard. #define WRAP_IF_RELEASE( s ) #define WRAP_IF_DEBUG( s ) { s; } + + #define STR( s ) s #else // Sick macros, retard. #define WRAP_IF_RELEASE( s ) { s; } #define WRAP_IF_DEBUG( s ) + + #define STR( s ) VMProtectDecryptStringA( s ) #endif namespace Security -- cgit v1.2.3