In today's video I will be showing you how to patch / hack a simple C or C++ application using Hopper Disassembler on macOS. C applications are quite practical to start with because you can deploy them fairly easy on a Jailbroken device and you can even try to reverse engineer it there (although MTerminal…
Tag Archives: beginners
iOS – How To Modify A Running App (Cycript) – iOS Reverse Engineering For Beginners
In today's video we continue the iOS Reverse Engineering series we started a couple of weeks ago. Today I will show you how to use Cycript to modify applications in real time directly on the device. For the sake of this tutorial, we're going to remotely modify SpringBoard to show a push notification with whatever…