mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
Update IG.cpp
This commit is contained in:
parent
66c752efd9
commit
70f5a26f30
@ -60,7 +60,7 @@ bool InsertIG64Hook2() {
|
|||||||
ConsoleOutput("IG642 %p", addr);
|
ConsoleOutput("IG642 %p", addr);
|
||||||
HookParam hp;
|
HookParam hp;
|
||||||
hp.address = addr;
|
hp.address = addr;
|
||||||
hp.type = CODEC_UTF16 | USING_STRING;
|
hp.type = CODEC_UTF16 | USING_STRING |EMBED_ABLE|EMBED_BEFORE_SIMPLE|EMBED_AFTER_NEW;//可以内嵌英文
|
||||||
hp.filter_fun = IG64filter;
|
hp.filter_fun = IG64filter;
|
||||||
hp.offset=get_reg(regs::rdx);//rdx
|
hp.offset=get_reg(regs::rdx);//rdx
|
||||||
ok|=NewHook(hp, "IG642");
|
ok|=NewHook(hp, "IG642");
|
||||||
|
Loading…
Reference in New Issue
Block a user