Help! Dumper/Hooking Problem

mIsmanXP

Approved Modder
Original poster
Approved Modder
Feb 20, 2022
205
9,041
193
Republic of Indonesia
I'm using two dumpers: frida-il2cpp-bridge and Zygisk-Il2CppDumper. The results from both dumpers show some method addresses that don't match. I selected a method and attempted to hook its address from both dumpers, but neither worked. However, when I chose another method, it worked. Does anyone know the reason?

*Edit
Game is Drop Block 3D, and the method that are not working is StateMergePass::ClaimReward (there are others).
Another method from the same class that's working is AddExp.
By not working, i mean the callback is not invoked.
If someone can reproduce and confirm that this is not just me.
Let me know if you need additional info
 
Last edited:

mIsmanXP

Approved Modder
Original poster
Approved Modder
Feb 20, 2022
205
9,041
193
Republic of Indonesia
i forget to say this, but ive also tried hooking methodInfo->methodPointer, which i get from calling il2cpp_class_get_method