diff --git a/vnrhook/engine/engine.cc b/vnrhook/engine/engine.cc index e6d8dc0..65ded22 100644 --- a/vnrhook/engine/engine.cc +++ b/vnrhook/engine/engine.cc @@ -2501,7 +2501,7 @@ bool InsertSiglus4Hook() HookParam hp = {}; hp.address = addr + addr_offset; - hp.type = NO_CONTEXT; + hp.type = NO_CONTEXT|USING_UNICODE; hp.text_fun = SpecialHookSiglus4; hp.filter_fun = Siglus4Filter; //hp.offset = pusha_eax_off - 4;