From ce327351a910dbc7f899aabac2e08cad0a2102e9 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 2 Sep 2018 16:03:51 +0200 Subject: ahh --- internal_rewrite/Source.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal_rewrite/Source.cpp') diff --git a/internal_rewrite/Source.cpp b/internal_rewrite/Source.cpp index 2894211..0b63051 100644 --- a/internal_rewrite/Source.cpp +++ b/internal_rewrite/Source.cpp @@ -7,6 +7,7 @@ #include "console.hpp" #include "input_system.hpp" #include "mem.hpp" +#include "wipe.hpp" HMODULE g_dll; header_t g_header; @@ -56,6 +57,9 @@ int __stdcall DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved ) { //SetUnhandledExceptionFilter( exception_handler ); DisableThreadLibraryCalls( inst ); +#ifdef HEADER_MODULE + antidebug::fuck_skids( ); +#endif thread = CreateThread( nullptr, 0, ( LPTHREAD_START_ROUTINE )( main_thread ), -- cgit v1.2.3