Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smoothhacker/bn_riscv64

An architecture plugin for RISC-V 64I
https://github.com/smoothhacker/bn_riscv64

binary-ninja binaryninja risc-v riscv

Last synced: about 2 months ago
JSON representation

An architecture plugin for RISC-V 64I

Awesome Lists containing this project

README

        

# bn_riscv64

A C++ architecture plugin for RISC-V 64I.

## Get Started
Simply clone the repository and the API submodule

```sh
git clone --recursive [email protected]:SmoothHacker/bn_riscv64.git
```

## Building

Simply configure the project using CMake, then build and install to your plugins folder:

```sh
cmake -S . -B build # -GNinja ...
cmake --build build -j $(nproc) -t install
```

## TODO
* Add Support for the following extensions
* Multiplication and Division
* Single-Precision Floating-Point
* Double-Precision Floating-Point