Ghidra Processor for the Play Station 2's Emotion Engine CPU.
The core MIPS/FPU/COP0 instruction are based off the MIPS32/64 processor included in Ghidra, with superfluous instructions stripped out and some instructions modified.
The following instuction sets are currently supported
If you want to build the extension yourself, install gradle
and run
gradle -PGHIDRA_INSTALL_DIR=/path/to/ghidra buildExtension
Only Ghidra versions 9.2 and above are supported.
Precompiled packages for each version of Ghidra are available in the releases tab. To install the package, follow the instructions in the Ghidra docs. A "nightly" version of the plugin is available under the latest tag. This version is updated once per day.
I'm sure there are issues, and if you find any please report them.