mirror of
https://github.com/joel16/leda.git
synced 2024-11-22 19:19:42 +00:00
Reverse engineered version of LEDA - Legacy Software Loader, version 0.1, by Dark_AleX.
libpspsystemctrl_kernel | ||
libs | ||
plugin | ||
.gitignore | ||
Makefile | ||
README.md |
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:
- Get a copy of leda.prx from the latest ME version 2.3
- Extract leda.prx and load it into your favourite hex editor.
- 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).
- Disassemble the new prx with prxtool
prxtool -w leda_dec.prx -o leda_dec.txt
- Start Reversing :P
Credits:
- Valantin/leda: https://github.com/Valantin/leda/blob/master/leda.c