Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LaurieWired/ObjectiveByTheSea2023
This contains notes and slides for my Objective by the Sea talk
https://github.com/LaurieWired/ObjectiveByTheSea2023
Last synced: about 1 month ago
JSON representation
This contains notes and slides for my Objective by the Sea talk
- Host: GitHub
- URL: https://github.com/LaurieWired/ObjectiveByTheSea2023
- Owner: LaurieWired
- Created: 2023-10-08T00:19:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T17:40:16.000Z (about 1 year ago)
- Last Synced: 2024-08-03T01:23:33.786Z (4 months ago)
- Homepage:
- Size: 3.43 MB
- Stars: 88
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rainmana - LaurieWired/ObjectiveByTheSea2023 - This contains notes and slides for my Objective by the Sea talk (Others)
README
![logo](images/logo.png)
---
[![GitHub stars](https://img.shields.io/github/stars/LaurieWired/ObjectiveByTheSea2023)](https://github.com/LaurieWired/iOS_Reverse_Engineering/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/LaurieWired/ObjectiveByTheSea2023)](https://github.com/LaurieWired/iOS_Reverse_Engineering/network/members)
[![GitHub contributors](https://img.shields.io/github/contributors/LaurieWired/ObjectiveByTheSea2023)](https://github.com/LaurieWired/iOS_Reverse_Engineering/graphs/contributors)
[![Follow @lauriewired on Twitter](https://img.shields.io/twitter/follow/lauriewired?style=social)](https://twitter.com/lauriewired)---
# 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](https://github.com/LaurieWired/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
- Obfuscator-LLVM
- https://github.com/obfuscator-llvm/obfuscator/tree/llvm-4.0
- Sirius Obfuscator
- Renames variables
- https://github.com/Polidea/SiriusObfuscator
- Obfuscator-iOS
- https://github.com/pjebs/Obfuscator-iOS### Open Source Runtime Protectors
- iOS Security Suite
- https://github.com/securing/IOSSecuritySuite
- Runtime Application Self-Protection (RASP)
- https://github.com/talsec/Free-RASP-iOS