sciencemanx / dress_binary_ninja_plugin

export symbols from Binary Ninja to dress symbol file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dress Symbol Export

Author: docileninja/scienceman

Export Binary Ninja symbols to the dress symbol file format

Description:

This exports all global variables and .text functions to a symbol file of the form:

function1() @ *0x400000
function2() @ *0x400010
...
global1 @ *0x600000
global2 @ *0x600004
...

Minimum Version

This plugin requires* the following minimum version of Binary Ninja:

  • release - 1.0.318
  • dev - 1.0.dev-654

* This was developed on 1.0.dev-654 but will probably work on much older versions.

Required Dependencies

There are no dependencies for this plugin.

License

This plugin is released under a MIT license.

About

export symbols from Binary Ninja to dress symbol file

License:MIT License


Languages

Language:Python 100.0%