10000 GitHub - trailofbits/ObjCGraphView: A graph view plugin for Binary Ninja to visualize Objective-C
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A graph view plugin for Binary Ninja to visualize Objective-C

License

Notifications You must be signed in to change notification settings

trailofbits/ObjCGraphView

Repository files navigation

ObjCGraphView: An Objective-C Binary Ninja plugin

example image

Requirements

This plugin requires Python 3.7+, and Binary Ninja 1.1.1706-dev or newer.

Installation

git clone https://github.com/trailofbits/ObjCGraphView
ln -s ObjCGraphView "`python -c 'import binaryninja;print(binaryninja.user_plugin_path())'`"

Using

After opening a Objective-C Mach-O binary, run the Objc\Run all plugin. This will process all of the Objective-C classes and methods.

After running the plugin, the Objective-C Graph View will be available. Select it from the available views in the bottom right corner.

Acknowledgements

Special thanks to @melomac for advice and testing during development!

About

A graph view plugin for Binary Ninja to visualize Objective-C

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0