mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-27 07:44:02 +08:00
Update Wolf.cpp
This commit is contained in:
parent
c62dfbff71
commit
fdd429391a
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user