update procaddr hook

This commit is contained in:
2023-12-10 20:47:43 -05:00
parent ccdd07e262
commit 2ec0ee4794
10 changed files with 42 additions and 188 deletions

View File

@ -7,7 +7,7 @@
#include "hook/table.h"
#include "hooklib/reg.h"
#include "hooklib/procaddr.h"
#include "hook/procaddr.h"
#include "util/dprintf.h"
#include "util/str.h"
@ -313,6 +313,7 @@ static void reg_hook_init(void)
reg_hook_insert_hooks(NULL);
proc_addr_table_push(
NULL,
"ADVAPI32.dll",
(struct hook_symbol *) reg_hook_syms,
_countof(reg_hook_syms));