Fix DLL loader hook logic

Seems this was quite buggy in its original form.
This commit is contained in:
Tau 2021-05-23 14:29:00 -04:00
parent d9d206a160
commit 1d6b7591ef
1 changed files with 1 additions and 0 deletions

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;