Update IG.cpp

This commit is contained in:
恍兮惚兮 2024-03-03 21:12:15 +08:00
parent 66c752efd9
commit 70f5a26f30

View File

@ -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");