• This repository has been archived on 23/May/2023
  • Stars
    star
    200
  • Rank 195,325 (Top 4 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ghidra Processor for the Play Station 2's Emotion Engine MIPS based CPU

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