An open API service indexing awesome lists of open source software.

https://github.com/pspdev/psp-ghidra-scripts

Scripts for use with the Ghidra Reverse Engineering Suite
https://github.com/pspdev/psp-ghidra-scripts

Last synced: 4 months ago
JSON representation

Scripts for use with the Ghidra Reverse Engineering Suite

Awesome Lists containing this project

README

          

# psp-ghidra-scripts
A collection of scripts to aid in reverse engineering PSP binaries in [Ghidra](https://ghidra-sre.org/)

## Installation
From Ghidra's `Script Manager` window, press the `Script Directories` button and add the directory of your working copy.

## Running
Double click the script name from the `Script Manager` window, ie `SonyPSPResolveNIDs.py`

## Scripts
### SonyPSPResolveNIDs
This tool resolves NIDs to library and function names by using the XML files from the [PSP PRX Libraries Documentation Project](https://github.com/mathieulh/PSP-PRX-Libraries-Documentation-Project)

### SonyPSPMapHWRegisters
This tool adds memory mapping for the PSP hardware registers. Useful when reverse engineering the kernel.