add hooklib for external functions loaded via getprocaddress

This commit is contained in:
2022-12-11 06:22:00 -05:00
committed by Hay1tsme
parent 69f3c380f3
commit f0b307e120
3 changed files with 145 additions and 0 deletions

View File

@ -19,6 +19,8 @@ hooklib_lib = static_library(
'fdshark.h',
'path.c',
'path.h',
'procaddr.c',
'procaddr.h',
'reg.c',
'reg.h',
'setupapi.c',