summaryrefslogtreecommitdiff
path: root/internal_rewrite/Source.cpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-09-02 16:03:51 +0200
committernavewindre <boneyaard@gmail.com>2018-09-02 16:03:51 +0200
commitce327351a910dbc7f899aabac2e08cad0a2102e9 (patch)
treefae88cc55958c96492c691d7f30d1dae4f9faefb /internal_rewrite/Source.cpp
parenta2712607137b820e4f4a875636b04e32b59a53c9 (diff)
ahh
Diffstat (limited to 'internal_rewrite/Source.cpp')
-rw-r--r--internal_rewrite/Source.cpp4
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 ),