fix siglus hook
This commit is contained in:
parent
a7a4a80913
commit
1759b74fd3
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user