rabbitizer

PyPI - Downloads GitHub GitHub release (latest SemVer) PyPI crate.io GitHub contributors

MIPS instruction decoder API.

Features

Non-features

In order to keep it simple and fast the following features will not be added:

Installing

Python bindings

The recommended way to install is using from the PyPi release, via pip:

bash pip install rabbitizer

In case you want to mess with the latest development version without wanting to clone the repository, then you could use the following command:

bash pip install git+https://github.com/Decompollaborate/rabbitizer.git@develop

NOTE: Installing the development version is not recommended. Proceed at your own risk.

See this package at https://pypi.org/project/rabbitizer/.

Rust bindings

Add this crate to your Cargo.toml via:

toml [build] rabbitizer = "1.5.8"

See this crate at https://crates.io/crates/rabbitizer.

References