-
Posts
100 -
Joined
-
Last visited
Everything posted by ppAtahTesreveR
-
Tool CrackerXI - Decrypt iOS Apps on iOS 10, 11, 12, 13+
ppAtahTesreveR replied to WarL0ck's topic in Tools
I love this and used it daily, there are some apps that cant decrypt due to jb detection tho (crash the app when launch) -
Tutorial How to create free unlimited .edu email adresses!
ppAtahTesreveR replied to Joka's topic in Tutorials
thanks -
Guide How to hack most games with a DLG cheat engine
ppAtahTesreveR replied to Boi555's topic in Tutorials
nice tut, thanks -
TuT How to Enable FreeIAP in SOME apps using FLEX
ppAtahTesreveR replied to Dannyyy's topic in Tutorials
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 -
TuT How to Enable FreeIAP in SOME apps using FLEX
ppAtahTesreveR replied to Dannyyy's topic in Tutorials
thanks, this will work for apps that do not validate StoreKit receipt -
Tutorial Debugging apps on iOS 13 with LLDB (watchpoints supported)
ppAtahTesreveR replied to Affe2626's topic in Tutorials
u double check if debugserver got signed with correct entitlement -
Tutorial How to unlink features on Unity Games [REAL EXAMPLES]
ppAtahTesreveR replied to Ted2's topic in Tutorials
nice tut, thanks -
it should be the same, this save file is platform independent
-
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
-
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
-
Tutorial [ARM64] IDA + LLDB Tutorial [Noob Friendly]
ppAtahTesreveR replied to Ted2's topic in Tutorials
it's great post, thanks It's typo, should be w s e -- 0x10DC48EF0 -
[TUTORIAL] How To Hack Using Mobile Substrate (Method Hooking)
ppAtahTesreveR replied to EvillyG00d's topic in Tutorials
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 -
[TUTORIAL] How To Hack Using Mobile Substrate (Method Hooking)
ppAtahTesreveR replied to EvillyG00d's topic in Tutorials
thanks then from MTerminal you cd to /var/mobile/project/myhacks and type: make package install it should be fine -
Tutorial ARM64 + LLDB - Bypass iOS In-App purchase hands on
ppAtahTesreveR posted a topic in Tutorials
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]- 263 replies
-
- 787
-
-
-
-
-
-
-
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]
- 160 replies
-
- 615
-
-
-
-
-
-