Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. MOV R0, #1 for free cost (0x0020)
  2. Try NOP ' 0x4cf248' Also, why do u got all those ;load from memory?
  3. Is there any CMP near the function?
  4. U need to do code injection. See tutorial section for how to do that.
  5. text:004CF252 loc_4CF252 ; CODE XREF: sub_4CEE7C+3CCj __text:004CF252 ADD.W R0, R4, R11,LSL#2 ; Rd = Op1 + Op2 __text:004CF256 LDR R1, [SP,#0x34+var_2C] ; Load from Memory __text:004CF258 STR R1, [R0,#0x10] ; Store to Memory __text:004CF25A LDR.W R0, [R8,#0x30] ; Load from Memory __text:004CF25E ADDS R0, #1 ; Rd = Op1 + Op2 __text:004CF260 STR.W R0, [R8,#0x30] ; Store to Memory __text:004CF264 ADD SP, SP, #0x1C ; Rd = Op1 + Op2 __text:004CF266 POP.W {R8,R10,R11} ; Pop registers __text:004CF26A POP {R4-R7,PC} ; Pop registers to text:004CF252 loc_4CF252 ; CODE XREF: sub_4CEE7C+3CCj __text:004CF252 ADD.W R0, R4, R11,LSL#2 ; Rd = Op1 + Op2 __text:004CF256 LDR R1, [SP,#0x34+var_2C] ; Load from Memory __text:004CF258 STR R7, [R0,#0x10] ; Store to Memory <-------> __text:004CF25A LDR.W R0, [R8,#0x30] ; Load from Memory __text:004CF25E ADDS R0, #1 ; Rd = Op1 + Op2 __text:004CF260 STR.W R0, [R8,#0x30] ; Store to Memory __text:004CF264 ADD SP, SP, #0x1C ; Rd = Op1 + Op2 __text:004CF266 POP.W {R8,R10,R11} ; Pop registers __text:004CF26A POP {R4-R7,PC} ; Pop registers What this does is stores R7 instead of normal coin vlaue
  6. read this comment @Clarify
  7. Yes, but is also bin & nic.pl in it? PS; use quote button, otherwise I wont get a notificatio u replied to me
  8. When you open up ifile, is theos there?
  9. It's the address u got from ' w s e -- 0x*****
  10. You need to know coding to build a app lol
  11. AndroidStudio, but it's not that easy as it sounds.
  12. Rip, that;s not what the register read command is for. It's a number in hex, which you need to convert to decimal to see which registers holds your value
  13. doesn't seem to be right. Don't tell me you jumped to adress: 186b2 please
  14. The offset your watchpoint gave you R1 holds 186b2 value (hex value) converted to decimal is ur coin value u said
  15. Go to the offset you got from your watchpoint. You told me R1 holds your coins so hack instructions with R1 in it.
  16. Isn't it just your apple id password
  17. You don't need to enter something lldb. You already got everything you need.
  18. Maybe a check, try hack store though. getCost, get_cost,getPricr, get_price
  19. Hey bro, can you help me ?? jk, goodjob
  20. I didn't know u could read registers with only watchpoints lmao. Alright, what you do now is see in the function the watchpoint gavee you, what you can hack with the register R1
  21. If you have a free .ipa for me, I could atleast try
  22. MOV R0, R7 is the right way to do it. not MOV R7, R0. all instructions read right to left except STR
  23. Did you even breakpoint?
  24. A deb hack is only code that implents itself into the app. You don't make the app itself with it & you don't have to use the app's binary (except when autolipo)
×
  • 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