Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1018 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 1018 Bytes

PyRISCV-Disas

A python wrapper for RISC-V disassembler. POWERED BY TeCSAR

Prerequisites

First make sure you have already installed pip3, and git tools:

sudo apt install git python3-pip

Installation

At first, you need to clone the repository and install the package:

git clone https://github.com/mbaharan/PyRISCV-Disas.git
cd PyRISCV-Disas
sudo python3 setup.py install

Demo

Change the path to the demo directory and run the test.py:

cd demo
python3 test.py

Author

License

Copyright (c) 2018, University of North Carolina at Charlotte. All rights reserved. - see the LICENSE file for details.

Acknowledgments

The C core of this project is available here.