mirror of
https://github.com/HIllya51/LunaHook.git
synced 2025-01-11 20:39:34 +08:00
Update sakanagl.cpp
This commit is contained in:
parent
3682ccebe9
commit
487006b680
@ -15,6 +15,6 @@ bool sakanagl::attach_function() {
|
||||
HookParam hp;
|
||||
hp.address = (DWORD)addr;
|
||||
hp.offset=get_reg(regs::edx);
|
||||
hp.type = USING_STRING|CODEC_UTF8|EMBED_ABLE|EMBED_BEFORE_SIMPLE|EMBED_AFTER_NEW;
|
||||
hp.type = USING_STRING|CODEC_UTF8|EMBED_ABLE|EMBED_BEFORE_SIMPLE|EMBED_AFTER_OVERWRITE;
|
||||
return NewHook(hp, "sakanagldll");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user