add hooklib for external functions loaded via getprocaddress

This commit is contained in:
2022-12-11 06:22:00 -05:00
parent 31931badf7
commit 9715a788bf
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',