gcrecomp-core 0.0.1-alpha

Static recompiler for GameCube games to Rust
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod parser;
pub mod decoder;
pub mod ghidra;
pub mod analysis;
pub mod codegen;
pub mod pipeline;
pub mod optimizer;
pub mod error;
pub mod validator;