Author: Bambu
Creates symbols and renames functions in mach-o binaries
Creates symbols and renames functions in mach-o binaries in order to aid reversing. This is inteded only for x86_64 Mach-O binaries and has not been tested on x86. Also, "Mach-O Bind Symbols" requires dyldinfo
Before running:
After running:
To install this plugin, navigate to your Binary Ninja plugins directory, and run
git clone https://github.com/bambu/binaryninja-machosymbols.git machosymbols
This plugin requires the following minimum version of Binary Ninja:
- dev (Personal) - 1.0.dev-730
- dev (Commercial) - 1.0.dev-730
- Create more symbols
- Add support for x86
- Actually implement the Bind symbols and remove reliance on
dyldinfo
This plugin is released under a MIT license.