Hello CC, right now, PS4 Developer Zecoxao has now revealed a new tutorial on how to Decrypt & Dump Games on the Playstation 4 Console. This has been an amazing week in the PS4 Scene don't think? We're actually getting closer, and closer to things. Lets continue on the tutorial by Zecoxao shall we?
To roughly quote Zecoxao's Tutorial:
Requirements:
Steps:
1. Compile the payload with the correct commands.
Specifically for The Playroom (CUSA00001):
Code:
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/eboot.bin", "/mnt/usb0/eboot.bin");
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/sce_module/libc.prx", "/mnt/usb0/libc.prx");
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/sce_module/libSceFios2.prx", "/mnt/usb0/libSceFios2.prx");
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/sce_sys/about/right.sprx", "/mnt/usb0/right.sprx");
2. Start the game.
3. Minimize the game (PS Button)
4. Access elf loader
5. Let it load all the way until stage 5 and stabilize
6. Plug the usb stick or hdd on the rightmost port, near PS4 logo
7. Load the payload:
Code:
#listener
socat - TCP:my.ps4.ip:5052
#sender
socat -u FILE
ath/to/DumpFile TCP:my.ps4.ip:5053
8. when it finishes loading (user return 0) unplug the stick or hdd and check inside. you should have the files in elf format on the root
PS: This is a continuation to the previous tutorial "dump and decrypt usermodules"
PPS: do not forget that the games decryption require ABSOLUTE PATH due to rif management.
To roughly quote Zecoxao's Tutorial:
Requirements:
- ps4sdk precompiled
- elf loader precompiled or extreme-modding's elf loader.
- the payload source
- 1.76 console
- usb pendrive or external hdd (fat32 or exfat, exfat recommended)
- A preactivated online game or a purchased disc game
- The TITLE ID of the disc
Steps:
1. Compile the payload with the correct commands.
Specifically for The Playroom (CUSA00001):
Code:
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/eboot.bin", "/mnt/usb0/eboot.bin");
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/sce_module/libc.prx", "/mnt/usb0/libc.prx");
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/sce_module/libSceFios2.prx", "/mnt/usb0/libSceFios2.prx");
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/sce_sys/about/right.sprx", "/mnt/usb0/right.sprx");
2. Start the game.
3. Minimize the game (PS Button)
4. Access elf loader
5. Let it load all the way until stage 5 and stabilize
6. Plug the usb stick or hdd on the rightmost port, near PS4 logo
7. Load the payload:
Code:
#listener
socat - TCP:my.ps4.ip:5052
#sender
socat -u FILE

8. when it finishes loading (user return 0) unplug the stick or hdd and check inside. you should have the files in elf format on the root
PS: This is a continuation to the previous tutorial "dump and decrypt usermodules"
PPS: do not forget that the games decryption require ABSOLUTE PATH due to rif management.