Fix DLL loader hook logic

Seems this was quite buggy in its original form.
This commit is contained in:
Tau
2021-06-13 11:27:00 -04:00
parent d9d206a160
commit 1d6b7591ef
+1
View File
@@ -98,6 +98,7 @@ HRESULT dll_hook_push(
new_item = &new_mem[dll_hook_count];
new_item->name = name;
new_item->redir_mod = redir_mod;
new_item->syms = syms;
new_item->nsyms = nsyms;