Sony Playstation PSX executables loader for GHIDRA
Video tutorial on how to deal with overlays: https://youtu.be/DuQQfjTkkQc
-
Make sure Gradle is installed in your system.
-
Clone the ghidra_psx_ldr repository to a local directory in your computer.
-
In your local ghidra_psx_ldr directory, set the GHIDRA_INSTALL_DIR environment variable and run Gradle:
- *nix:
env GHIDRA_INSTALL_DIR=/PATHTOYOURGHIDRAINSTALLATION gradle buildExtension
- Windows:
cmd /C "set "GHIDRA_INSTALL_DIR=PATHTOYOURGHIDRAINSTALLATION" && gradle buildExtension"
This will build the project, generating a .zip file in the newly created dist directory for use with your Ghidra installation.
- *nix:
-
Open Ghidra, go to File -> Install Extensions... and select the .zip file generated by the previous step.