Skip to content

trib0r3/binaryninja-radare2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binaryninja-radare2

This plugin allows Binary Ninja to take advantage of radare2's linear sweep, function name matching and transfering radare2 comments.

Linux Installation

sudo pip install r2pipe
cd ~/.binaryninja/plugins 
git clone https://github.com/Manouchehri/binaryninja-radare2 binaryninja_radare2
echo "import binaryninja_radare2" >> ~/.binaryninja/plugins/wrapper.py

macOS Installation

Note: You probably need to run binja-fixer so that Binary Ninja will use the same Python library as r2pipe.

brew install radare2
pip2 install r2pipe
cd /Users/$USER/Library/Application\ Support/Binary\ Ninja/plugins/
 git clone https://github.com/Manouchehri/binaryninja-radare2 binaryninja_radare2
echo "import binaryninja_radare2" > wrapper.py

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%