Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions categories/consoles/PSP.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@

They are not essential to gameplay itself so they can be removed and the game usually still runs, but it may crash when trying to load the missing FMV unless the executable is patched. So its best to replace them with 0 byte files if you want to save space or skip cutscenes.

---
# Games

## PSP Games with Debug Symbols
An excellent way to start reverse engineering is to find games where the developers accidentally left the **Debug symbols** in the retail release of the game. While this is rare due to Sony's TRC requirements, it has happened for some PSP games. These gives you access to all the original function and variables names that were used in the retail source code so are very valuable for reversers!

{% include link-to-other-post.html post="/psp-debug-symbols" description="For a list of PSP games that have debug symbols available check out this post." %}

Check warning on line 169 in categories/consoles/PSP.md

View workflow job for this annotation

GitHub Actions / Typo CI

psp-debug-symbols

"psp-debug-symbols" is a typo. Did you mean "spp-debug-symbols"?

---
# Reverse Engineering PSP Games with Ghidra

Expand Down