dragonmux / binaryninja-riscv

Binary Ninja Plugin for RISC-V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bn-riscv

An architecture plug-in that allows binary ninja to load RISC-V ELF binaries.

Installation

First, you will need an installation of capstone that supports RISC-V. Currently you have to install the next branch, e.g.,:

pip install --user 'git+https://github.com/aquynh/capstone.git@next#subdirectory=bindings/python'

Then drop this repository into your plugins directory manually. Note that you should use it from master if possible, releases are somewhat rare.

About

Binary Ninja Plugin for RISC-V

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Makefile 0.4%