Rust tools for PowerPC 750CL
Go to file
Richard Patel 756e23f240 fix fuzz and rand crates 2021-08-29 06:29:49 +02:00
.github/workflows Fix CI 2021-08-17 01:21:08 +02:00
disasm fix fuzz and rand crates 2021-08-29 06:29:49 +02:00
disasm-py Restructure, implement naive data ref detection 2021-08-22 03:09:49 +02:00
dol dol: fix missing derives 2021-08-24 02:42:52 +02:00
flow-graph Read from DOL 2021-08-22 04:09:51 +02:00
fuzz fix fuzz and rand crates 2021-08-29 06:29:49 +02:00
macros re-implement formatting 2021-08-29 06:06:08 +02:00
rand fix fuzz and rand crates 2021-08-29 06:29:49 +02:00
.gitignore Read from DOL 2021-08-22 04:09:51 +02:00
Cargo.lock big rewrite, everything half broken 2021-08-25 03:23:57 +02:00
Cargo.toml add dol crate 2021-08-22 01:25:01 +02:00
LICENSE Create LICENSE 2021-08-14 10:18:38 +02:00
README.md add Python module instructions 2021-08-17 00:53:29 +02:00

README.md

ppc750cl

Rust tools for working with the PowerPC 750CL family of processors.

Python module

Build instructions:

python -m venv env
source ./env/bin/activate
pip install maturin
maturin build -m ./disasm-py/Cargo.toml