/ObjectiveByTheSea2023

This contains notes and slides for my Objective by the Sea talk

logo


GitHub stars GitHub forks GitHub contributors Follow @lauriewired on Twitter


iObfuscate: Unraveling iOS Obfuscation Techniques

During this talk, I examine multiple examples of Reverse Engineering iOS obfuscation techniques. Obfuscation strives to hide the underlying functionality of applications. This is particularly important in iOS applications that include a plethora of additional symbol data susceptible to reversing. I also release my new repository iOS Reverse Engineering repository!

iOS Reverse Engineering Repository

The iOS Reverse Engineering repository contains a comprehensive wiki on iOS Reverse Engineering. It also includes custom Ghidra scripts for iOS analysis, and even example IPA files demonstrating different forms of obfuscation!

Link References

Open Source Static Obfuscators

Open Source Runtime Protectors