mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-27 07:44:02 +08:00
Update Leaf.cpp
This commit is contained in:
parent
e36dd2d474
commit
42ad4c2bd2
@ -570,7 +570,7 @@ bool InsertAquaplus2Hook()
|
||||
hp.index = 0;
|
||||
hp.split = get_reg(regs::esp);
|
||||
hp.split_index = 0;
|
||||
hp.type = USING_STRING | NO_CONTEXT | USING_SPLIT;
|
||||
hp.type = USING_STRING | NO_CONTEXT | USING_SPLIT |CODEC_UTF8;
|
||||
hp.filter_fun = AquaplusFilter;
|
||||
return NewHook(hp, "Aquaplus2");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user