Jump to content

ITz_kser

Senior Member
  • Posts

    1,396
  • Joined

  • Last visited

Everything posted by ITz_kser

  1. I think TARGET should be iphone:clang:latest:latest
  2. can i see your Makefile
  3. .bin? it's the binary file you'll find it in application.app for the game and the name for it is the same like application.app let's say the file is injustice.app so the binary is injustice
  4. if you want to know if it for the coins or not break the offser you can see it left the STR.....
  5. if you can hack the game without LLDB then do see flex then IDA then use lldb
  6. you find it in IDA
  7. you need to know maybe you want to break a function? or an instruction?
  8. the address from game player or IDA
  9. prefdelete or see this
  10. what did you write to breakpoint
  11. i didn't ssh with usb
  12. maybe this will help?
  13. 1st: after freezing your game again you'll see an offset marked with --> take it and go to IDA 2nd:dis give you addresses near the address you got 3rd: :dunn:
  14. Is it hackable? because i don't play it Also if someone hack it maybe gameloft will ban your account
  15. Breakpoint isn't like watchpoint Breakpoint stop the game if the function changed example: I found in IDA a function and I want to know if it what I want let's say it's for coins Break the function in LLDB and change the coins if the game stopped this is mean it's correct
  16. Attach the game again and try
  17. Use game player or i game guardian or GameGem to find the offset then watch the offset using LLDB w s e -- 0xOFFSET
  18. Use watchpoint and it will give you an offset
  19. screenshot? note:hide your ip
  20. did you put your iDevice ip also did you write it like this? process connect connect://iDevice.IP:8018
  21. use LLDB it's better
  22. for lldb i don't think you'll be able to use it because you're on iOS 6
  23. the owner should be root and the group wheel and if you're using iFile add sticky to user and group and i mean by port like this let's say the pc ip = 111.222.3.1 and the iDevice ip = 111.222.3.2 open putty also no need to plug your iDevice to the PC i think you know how to use putty run lldb.exe now in putty do like this debugserver 111.222.3.1:8018 --attach=??? Note: change the 111.222.3.1 with your pc ip switch to lldb and do this process connect connet://111.222.3.2:8018 Note: you know it change the 111.222.3.2 with your iDevice ip then use lldb
×
  • 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