Update Wolf.cpp

This commit is contained in:
恍兮惚兮 2024-03-17 01:00:59 +08:00
parent c62dfbff71
commit fdd429391a

View File

@ -177,7 +177,7 @@ namespace{
HookParam hp;
hp.address = addr;
hp.offset =get_stack(8);
hp.type =USING_STRING|CODEC_UTF8;
hp.type =USING_STRING|CODEC_UTF8|EMBED_ABLE|EMBED_AFTER_OVERWRITE|EMBED_BEFORE_SIMPLE;
hp.filter_fun=commonfilter;
return NewHook(hp, "Wolf5");
}