rabbitizer

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

A MIPS instruction decoder API.

Currently supports all the CPU instructions for MIPS I, II, III and IV.

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.

Features

References