Reverse engineered version of LEDA - Legacy Software Loader, version 0.1, by Dark_AleX.
Go to file
2022-08-07 17:56:53 -04:00
libpspsystemctrl_kernel leda: Initial commit 2022-07-26 22:11:10 -04:00
libs leda: Initial commit 2022-07-26 22:11:10 -04:00
plugin leda: Label subroutines and addresses 2022-08-07 17:56:53 -04:00
.gitignore leda: Initial commit 2022-07-26 22:11:10 -04:00
Makefile leda: Initial commit 2022-07-26 22:11:10 -04:00
README.md leda: Initial commit 2022-07-26 22:11:10 -04:00

LEDA Reverse Engineering Project

This is a reverse engineered version of LEDA - Legacy Software Loader, version 0.1, by Dark_AleX.

How you can help:

  1. Get a copy of leda.prx from the latest ME version 2.3
  2. Extract leda.prx and load it into your favourite hex editor.
  3. Find the gzip magic (0x1F 0x8B 08 00 ...) and copy everything from the magic to the end of the file and save it as a new PRX file (leda_dec.prx).
  4. Disassemble the new prx with prxtool prxtool -w leda_dec.prx -o leda_dec.txt
  5. Start Reversing :P

Credits: