Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Fixed instant level not working (try new deb & report back)
  2. Hack has now been fixed, download the new .deb !
  3. Send tweak.xm using ghostbin
  4. Very nice & well explained tutorial!
  5. Hahah, sick . Very nice
  6. Oh god, ofcourse. Use the , omg nice @Amuyea !
  7. Did you do DiDA's tutorial correctly? Set permissions to debugserver file etc?
  8. Hack has been updated to version 2.0.6
  9. Nope, once lldb gives you a offset, you'll need to remove aslr slide from it. If you don't know how, see this tutorial:
  10. If you're removing aslr on a arm64 binary, the game will crash. Cause you can not remove aslr from arm64 binary without making it crash. If it's armv7, make sure you signed the binary after removing aslr from it by this command ldid -s 'binaryname' & yes port 23 is needed.
  11. I'm sorry. I though DiDA linked something else. I never tried that new lldb, intresting though Also you don't use terminal to debug, atleast not mobile terminal. You'll need to ssh into ur phone usin pc
  12. You meant dida was linking this tutorial right? this tutorial has a video. Also, I suggest you to try to use the PID instead of binary name.
  13. Nope the topic he linked is IDA Debugger, which still requires a PC for debugging. Have you watched the topic he linked ? I mean the video lol
  14. This is what we tried %ctor { %init(CupidSetting = objc_getClass("Cupid.UserSetting")); }; %ctor { %init(CupidAppDelegate = objc_getClass("Cupid.AppDelegate")); }; %ctor { %init(CupidIAPHelper = objc_getClass("Cupid.IAPHelper")); }; AND %ctor { %init(CupidSetting = objc_getClass("Cupid.UserSetting")); %init(CupidIAPHelper = objc_getClass("Cupid.IAPHelper")); %init(CupidAppDelegate = objc_getClass("Cupid.AppDelegate")); }; But it only allows us to use ONE %init func
  15. Not sure what you mean by that You said this, so I assumed you meant the IDA Debugger, cause with the original tutorial on the topic you linked, you still need debugserver
  16. Ah, I don't use the IDA debugger, it's lagging allot for me & I'm not even sure if it works on arm64 binaries. So I've no knowledge about that one
  17. Have you opened port 23?
  18. Also if you opened the tweak.xm from iFunbox into notepad++ You'll stll need to drag the tweak.xm to iFunbox to replace.
  19. How exactly did you change it in iFunbox? Did you use the 'make package install' command?
  20. This hack haven't been worked for a while, will update it soon. Will lock for now.
×
  • 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