Search results

  1. Help! Hooks not working...

    I also tried without return, doesn't work. The return in the example above is wrong, I will edit. Do you know why I don't have the Assembly-CSharp.dll when dumping with Il2CppDumper?
  2. Help! Hooks not working...

    Hi guys, I'm trying to mod an arm64-v8a android game. I used these tools: apktool and Il2CppDumper. I already tried to hook the multiple offsets but it doesn't work. When I used Il2CppDumper, I found that doesn't have the file Assembly-CSharp.dll, this means that's that it has some kind of...
  3. Help! libil2cpp.so Ghidra and Il2CppDumper with different offsets

    My code looks like this, I'm trying to hook the Update function: // already tried without param_2, param_3 and param_4... I put the params because Ghidra shows them void (*old_Update)(void *instance, float param_2, float param_3, long param_4); void Update(void *instance, float param_2, float...
  4. Help! libil2cpp.so Ghidra and Il2CppDumper with different offsets

    Hi guys, I'm trying to mod an arm64-v8a android game. I used these tools: apktool and Il2CppDumper. When I load the DummyDll's on dnSpy they have different offsets from Ghidra (i did make sure they're the same function). The offsets don't change much, for example, dnSpy offset: 0x40610B0 and...
  5. Help! Battleship Clash

    this help me, thanks!
  6. Help! About Modding and Security

    this help me, thanks!