Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ghidra-emotionengine — Ghidra Processor for the Play Station 2's Emotion Engine MIPS based CPU | Kitploit
Tools/GitHubGitHub/beardypig/ghidra-emotionengine
Embedded Systems SecurityStatic AnalysisReverse EngineeringBinary AnalysisFirmware AnalysisArchived
GitHubbeardypig/ghidra-emotionengine

ghidra-emotionengine

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

View Repository
209353 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

root@kitploit:~
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
Download Tool