fix siglus hook

This commit is contained in:
Akash Mozumdar 2019-02-03 10:08:36 -05:00
parent a7a4a80913
commit 1759b74fd3

View File

@ -2501,7 +2501,7 @@ bool InsertSiglus4Hook()
HookParam hp = {}; HookParam hp = {};
hp.address = addr + addr_offset; hp.address = addr + addr_offset;
hp.type = NO_CONTEXT; hp.type = NO_CONTEXT|USING_UNICODE;
hp.text_fun = SpecialHookSiglus4; hp.text_fun = SpecialHookSiglus4;
hp.filter_fun = Siglus4Filter; hp.filter_fun = Siglus4Filter;
//hp.offset = pusha_eax_off - 4; //hp.offset = pusha_eax_off - 4;