Author: Kevin Watson
A collection of helper functions for reversing iOS Mach-O files
This plugin is currently a partially completed mess. Needed to make the first commit at some point.
Can automatically parse class structures and rename function symbols to use their method names. Using the Objective-C runtime implementation at https://opensource.apple.com/source/objc4/objc4-709/ as a reference.
Can demangle imported Swift symbols and comment their occurences in a function. Using the Swift demangler implementation at https://github.com/apple/swift/ as a reference.
This plugin requires the following minimum version of Binary Ninja:
- release - 1.0.776
The following dependencies are required for this plugin:
- pip - enum34
This plugin is released under a MIT license.