Skip to content

Manouchehri/binaryninja-radare2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a0bcbff · Oct 8, 2016

History

13 Commits
Aug 19, 2016
Oct 2, 2016
Oct 2, 2016
Oct 8, 2016

Repository files navigation

binaryninja-radare2

This plugin allows Binary Ninja to take advantage of radare2's linear sweep (which Binja currently does not offer).

Usually this will identify several functions that were missed by Binja.

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