Jump to content

ppAtahTesreveR

Member
  • Posts

    100
  • Joined

  • Last visited

Everything posted by ppAtahTesreveR

  1. I love this and used it daily, there are some apps that cant decrypt due to jb detection tho (crash the app when launch)
  2. it's awesome, I'm starting to write the same tool but in using CLI instead of inject into host app
  3. this is app specific, each app has different way of jb detection implementation, you need to reverse the app to know how it's implemented
  4. thanks, this will work for apps that do not validate StoreKit receipt
  5. u double check if debugserver got signed with correct entitlement
  6. if the save game store in the file, you can share that file
  7. you can try Hopper Disassembler for Mac, it should be the same
  8. it should be the same, this save file is platform independent
  9. it depends, some values are stored on server but some are stored in client, for ex 8 ball pool game are server side game, its cue has different guideline length and stored on server, but in client you can tweak to modify this length as you wish and it only change the length on your phone, other still can see normal length you just find out what is aslr value using image list command in lldb, then plus with address you get in IDA to make a real address for breakpoint
  10. no, you can use other registers to hold boolean value, what he means is that return value of method call would be stored in r0
  11. it's great post, thanks It's typo, should be w s e -- 0x10DC48EF0
  12. it seems this class-dump binary not support for 64bit machO file, you can try other tool like Frida to dump class headers NULL is not int type, you need to return valid number instead
  13. thanks then from MTerminal you cd to /var/mobile/project/myhacks and type: make package install it should be fine
  14. To continue reversing iOS tutorial series, today I will share you how to by pass in-app purchases using LLDB on ARM64 architect. Feel free to connect me on Twitter @ReverseThatApp and drop me a message for feedbacks/discussions... any kinds are welcome I will try to have more posts on how to reverse iOS apps soon. [Hidden Content]
  15. Hi all, just want to share what I learnt from this community so far by these 2 very long and detailed articles about how to find where to start when you looking into tweak an iOS app or any methods. My journey as tweak dev just started so I hope if you find more tools/techniques can be used, please share if you don't mind. Feel free to connect me on Twitter @ReverseThatApp and drop me a message for feedbacks/discussions... any kinds are welcome I will try to have more posts on how to reverse iOS apps and by pass in-app purchases soon [Hidden Content]
×
  • 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