mai2: wip hook

This commit is contained in:
2023-11-30 02:29:27 -05:00
parent 4dcf01f643
commit 9d8a38bbf7
30 changed files with 1646 additions and 5 deletions

View File

@ -15,4 +15,6 @@ HRESULT proc_addr_table_push(
const char *target,
struct hook_symbol *syms,
size_t nsyms
);
);
void proc_addr_insert_hooks(HMODULE target);