Author: icecr4ck
Visualize Miasm IR in Binary Ninja
Plugin to visualize Miasm IR in Binary Ninja.
Different levels of simplifications have been implemented:
- common simplifications (IRCFGSimplifierCommon class in Miasm)
- SSA simplification (based on IRCFGSimplifierSSA)
- SSA and UnSSA passes (based on IRCFGSimplifierSSA as well)
To use the plugin, just select which view you want to display in the View menu (View -> Miasm).
This plugin requires the following minimum version of Binary Ninja:
- release - 1.2
- dev - 1.1.dev-1742
The following dependencies are required for this plugin:
- requires miasm to be installed.
This plugin is released under a MIT license.