Skip to content

sciencemanx/dress_binary_ninja_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages