 |
Description |
A small utility to decrypt PSP executable EBOOTs to ELF files.
Based on PPSSPP v1.2.2. Thank you all!
Usage: deceboot input_file [output_file]
input_file is the encrypted EBOOT you want to decrypt.
output_file is the filename for the decrypted EBOOT. (optional, default is EBOOT_DEC.BIN)
Example:
"deceboot EBOOT.BIN" - Decrypts EBOOT.BIN to EBOOT_DEC.bin
"deceboot EBOOT.BIN BOOT.BIN" - Decrypts EBOOT.BIN to BOOT.bin
You can also drag and drop your EBOOT.BIN to the deceboot executable file. |
|