Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

beardypig/ghidra-emotionengine

Repository files navigation

ghidra-emotionengine run tests

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

  1. The core MIPS instruction set
  2. The EE core instruction set
  3. COP0 (System control processor) instruction set
  4. COP1 (FPU) instruction set
  5. COP2 (VU0) macro instruction set

Compilation

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.

Installation

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.

Issues

I'm sure there are issues, and if you find any please report them.

TODO

  • Function analysis