diff options
Diffstat (limited to 'internal_rewrite/Source.cpp')
| -rw-r--r-- | internal_rewrite/Source.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 ),
|
