hooklib: add debugger trap defuser (thanks PockyWitch!)

This commit is contained in:
2023-03-12 20:28:40 -04:00
parent e4d6b02199
commit 5055d20172
4 changed files with 57 additions and 0 deletions

4
hooklib/debug.h Normal file
View File

@ -0,0 +1,4 @@
#pragma once
#include <windows.h>
void debug_hook_init();