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

View File

@ -9,6 +9,8 @@ hooklib_lib = static_library(
sources : [
'config.c',
'config.h',
'debug.c',
'debug.h',
'dll.c',
'dll.h',
'dns.c',