Search results

  1. Help! Hook negative value

    Hi there, I'm trying to turn game price to negative value so money increase when i click buy. int (*old_get_int__)(void *instance); int get_int__(void *instance) { if ( instance != NULL ) { int number = old_get_int__(instance); return number * -1; } return...
  2. Help! How to find function name in native lib

    Hello, How to find function name in native lib for some game. I only see some thing like "SUB_xxxxxxxx" in IDA view Please give me a hint Thank you
  3. Solved ELF of dump memory .bin file

    Hello I trying to mod Soul Knight. It cannot be dumped with il2cppdumper. So I try GameGuardian. But the output .bin file doesn't have an elf header. it also cannot be dumped. Any Suggestions? Thank you.
  4. Help! Hungry Dragon not working after resign.

    Hello I'm trying to MOD this game. Hungry Dragon™ for Android - APK Download Original APK => Run OK But APK that rebuild with APKTool and resign => Not work (Black screen stuck) I'm really need a help or a hint now. Please.