Author: Stormshield
The plugin recovers C code from machine code.
The plugin uses RetDec to decompile code machine into C code. The plugin works offline.
This plugin requires the following minimum version of Binary Ninja:
- dev - 1.1.dev-1060
- release - 9999
The following dependencies are required for this plugin:
- pip - Pygments
- Install RetDec decompiler
- Download and copy the following plugin to binary ninja plugin's directory (
~/.binaryninja/plugins/
)
This plugin is released under a MIT license.