From 1759b74fd3b63c574d9533ece24a9d6ab38ec053 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sun, 3 Feb 2019 10:08:36 -0500 Subject: [PATCH] fix siglus hook --- vnrhook/engine/engine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;