Filthy newline drama?
[craw.git] / craw / interceptor.hpp
blobe16f3934593d13a3cfc5e18e40189259b234e6cc
1 #pragma once
3 #include <windows.h>
5 void initialise_dll_vector();
6 void perform_dll_check();
7 bool perform_debug_register_check(CONTEXT & thread_context);
8 bool perform_debug_register_trigger_check(HANDLE thread_handle, CONTEXT & thread_context, unsigned thread_target);
9 bool process_main_thread();
10 void hook_main_thread();