AKNoryx28/zygisk-imgui-modmenu

Dobbyhook error

Closed this issue · 3 comments

DobbyHook((void *)getAbsoluteAddress("libil2cpp", "0x133949"), (void *)new, (void **)old_new);

Declarated

Explain in more detail sir
Maybe ur not reference "old_new"

DobbyHook((void *)getAbsoluteAddress("libil2cpp", "0x133949"), (void *)new, (void **)&old_new);

https://www.mediafire.com/file/b4x2av2h9kum013/hack.cpp/file

That hack.cpp
Dobby hook declarate fro github action

Explain in more detail sir Maybe ur not reference "old_new"

DobbyHook((void *)getAbsoluteAddress("libil2cpp", "0x133949"), (void *)new, (void **)&old_new);

/home/runner/work/zygisk-imgui-modmenu/zygisk-imgui-modmenu/module/src/main/cpp/hack.cpp:135:19: error: use of undeclared identifier 'getAbsoluteAddress'
DobbyHook((void *)getAbsoluteAddress("libil2cpp.so", 0x133949), (void *)ambus, (void **)&old_ambus);