Skip to content

Sony Playstation PSX executables loader for GHIDRA

Notifications You must be signed in to change notification settings

discordDOTtest/ghidra_psx_ldr

 
 

Repository files navigation

ghidra_psx_ldr

Sony Playstation PSX executables loader for GHIDRA

Video tutorial on how to deal with overlays: https://youtu.be/DuQQfjTkkQc

Building and installing

  • 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.

  • Open Ghidra, go to File -> Install Extensions... and select the .zip file generated by the previous step.

Screenshots

Screen1 Screen7 Screen4 Screen5 Screen6

About

Sony Playstation PSX executables loader for GHIDRA

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Max 98.2%
  • Java 1.8%