Home

Awesome

IDC Importer (Plugin)

Author: SpecterDev

Allows users to import idc database dumps from IDA into Binary Ninja.

Description

Making the switch from IDA to Binary Ninja but need your function names and symbols to carry over? This plugin will take an IDC file and automatically import the functions, strings, and comments. It doesn't require any additional plugins for IDA, just export from IDA to an IDC script file, and let this plugin do the work on Binary Ninja's end.

Installation

To install this plugin, go to Binary Ninja's plugin directory (can be found by going to Tools -> "Open Plugin Folder"), and run the following command:

git clone https://github.com/Cryptogenic/idc_importer

Note you'll probably need to restart Binary Ninja for the plugin to load. You should now see the "Import IDC File" option under the Tools menu.

Usage

After installation, an option labelled "Import IDC File" under the Tools menu should appear. Clicking that will reveal the following options dialogue:

Simply browse and open the IDC file you wish to import and click OK - the plugin will handle the rest.

Future Work

Notes

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

License

This plugin is released under a MIT license.