Let's Reverse Engineer an Android App!
A guide to reverse engineering an Android APK to understand and modify API calls, including debugging and parameter analysis.
A guide to reverse engineering an Android APK to understand and modify API calls, including debugging and parameter analysis.
Explores iOS jailbreaking for developers, covering its legality, motivations, and practical uses like security research and app enhancement.
A technical guide to reverse engineering and analyzing iOS applications using tools like Hopper, class-dump, and objection.
A developer investigates and reverse-engineers a forced restart notification from corporate IT software to find a workaround.
A guide to enabling network traffic sniffing on Android Nougat and above by modifying the app's network security configuration.
A technical blog archive chronicling deep-dive projects and experiments in C#, .NET, low-level programming, and reverse engineering.
A guide to reverse engineering Android apps using dex2jar and JD-GUI tools to decompile APK files and analyze Java bytecode.
A technical guide on reverse engineering the Facebook API to download private videos using Python and browser analysis.
A technical guide on reverse engineering Facebook to create a tool for downloading public videos by analyzing network requests.
A guide on reverse engineering the Soundcloud API to bypass download restrictions using Python.
Introducing pass-rotate, a tool for bulk password rotation after security breaches, automating password changes across multiple websites.
Introducing ngrev, a reverse engineering tool for Angular that visualizes project structure to help developers understand and optimize large codebases.
Explores hidden UIKit debug flags and internal preferences for iOS development, including methods to enable advanced logging.
A review of the book 'Learning Pentesting for Android Devices,' covering mobile security, reverse engineering, and network forensics for security professionals.
Introduces Aspects, an AOP library for iOS, and demonstrates using it to hack and debug Apple's private popover detection logic.
A guide to editing binary files directly, explaining why it's useful and demonstrating basic techniques with simple tools.
A technical guide on using jailbroken iOS devices and tools like Reveal to inspect the view hierarchy of third-party apps for learning and debugging.
A technical guide on using Python and tools like rtmpdump to reverse engineer and download songs from Myspace.
A summary of a whitepaper detailing new techniques for reverse-engineering Python applications like Dropbox, including security bypasses.
A developer reverse-engineers Office 2013 to change its ALL CAPS menus to lowercase, detailing the debugging and patching process.