hooklib: add GetProcAddress hooks

This commit is contained in:
2023-09-18 03:58:32 -04:00
parent c7209b932b
commit 4c413da0f1
3 changed files with 148 additions and 0 deletions

View File

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