hooklib/reg.c: Add registry hook mechanism

This commit is contained in:
Tau
2019-05-15 11:10:07 -04:00
parent 6d933eb8f4
commit 2ab3a353df
3 changed files with 839 additions and 0 deletions

View File

@ -15,6 +15,8 @@ hooklib_lib = static_library(
'fdshark.h',
'gfx.c',
'gfx.h',
'reg.c',
'reg.h',
'setupapi.c',
'setupapi.h',
'spike.c',