Jump to content

Curtain

ViP Pro
  • Posts

    922
  • Joined

  • Last visited

Everything posted by Curtain

  1. i follow this tut\ http://iosgods.com/topic/5736-tutorialhow-to-thin-your-arm64-app-binary-to-attach-to-gdb/?hl=+thin give me errors zzmutude-iPad:/var/mobile root# lipo <SimCity> -thin armv7 -output <SimCity> -sh: syntax error near unexpected token `newline' how to fix it,thanks a lot
  2. somebody told me that unless I put anNSTimer to delay the injection, the app will crash. I have no idea how to do that tho I've looked on google, and I couldn't find anything that helped me, maybe you guys could?
  3. Thank you for your support, but I do not know how to code
  4. i found offset with GDB or LLDB that is "0x889C38 STRD R6, [R10,R0]" the gems store in R6 , Old value = 127 New value = 170 0x00889c38 in g_s3e_code () 1: x/i $pc 0x889c38: f0 60 8a e1 strd r6, [r10, r0] (gdb) info r r0 0x1d0 464 r1 0x8b70320 146211616 r2 0xffffffd1 -47 r3 0xffffffff -1 r4 0x1 1 r5 0x0 0 r6 0xaa 170 r7 0x0 0 r8 0x7f 127 r9 0x0 0 r10 0x8b70148 146211144 r11 0x0 0 r12 0x1d0 464 sp 0x58c19e8 93067752 lr 0x889b60 8952672 pc 0x889c38 8952888 cpsr 0x60070010 1611071504 I changed STRD R6, [R10,R0]-->STRD R7(or R8,R9,R10), [R10,R0]-->app crash or the values return to original. so i try to set $r6=0x999999,finally it is work fine,so i want to know is there any way to change the register values directly without debugging. Any help is greatly appreciated!
  5. so useful i am looking for a long time for this
  6. good job btw,if u can ,PM me offset for money,thx
  7. It appears on the setting?
  8. I think the problem has been solved. Registers can only be modified when debugging, and can not be made into a patch switch.
  9. let me see e ... 0xA99C0 CMP R0, R10 //compare R10 with R0 0xA99C4 BLE 0xA99E8 //branch to 0xA99E8 if it is less than or equal to if R10 less or eq R0,then branch to 0xA99E8.. so why you wrote 0xA99F8 is it wrong ?
  10. simcity /shadowsfight2/freeplay/HungryShark The latest version when i debugging simcity via GDB,it work fine,but convert it to .deb,crash,(once start game it will crash) i have tried countless times.the other three games also have different difficulty for me.
  11. as i still a noob,when i try to hack the game with IDA,GDB,LLDB,it is appear sevaral issue,and i dont know why .so i want to have a look at correct offset from cheaters.
  12. How did you deal with it ? please PM me greatly appreciated!
  13. are there any other ways ?
  14. i have no idea for "EXC_BAD_ACCESS" maybe it is a wrong offset,
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines