Creating backups of PS5 games has been a surprisingly difficult endeavor for the PS5 hacking scene, with many games missing files and dumps being generally incomplete. Although most of the issues can be solved manually, today’s release of ps5-game-file-dumper aims at automating the process further. Notably, the release comes with a step-by-step tutorial on how to dump the games.
What is ps5-game-file-dumper
ps5-game-file-dymper is a Python utility by Jeroendev (aka Nomadic), to help grab and create backup of PS5 games. You will of course need a hacked PS5 to dump the files (and also to run the backups in question).
Credit is also given for this utility to EchoStretch
How to use ps5-game-file-dumper
From the readme:
### Steps for dumping game files
At This time it seems digital games and some physical games will work
**NOTE** PS5 SELF Dumper will only work on 4.03/4.50/4.51
1) Dump Game ( Opened Game ) /mnt/sandbox/pfsmnt
https://github.com/logic-68/pfsmnt-dumper
2) Dump Game Files (copy folder content (files and folders))
/system_data/priv/appmeta/PPSAXXXXX/ -->> PPSAXXXXX-app0\sce_sys\
3) Dump Game Files (copy folder content)
/user/appmeta/PPSAXXXXX -->> PPSAXXXXX-app0\sce_sys
4) Open npbind.dat to see uds and trophy folder 000000080->04->0F
5) uds00.ucp ( named uds.ucp )
/user/np_uds/nobackup/conf/NPWRXXXXX_00/uds.ucp -->>PPSAXXXXX-app0\sce_sys\uds\uds00.ucp
6) trophy00.ucp (named TROPHY.UCP )
/user/trophy2/nobackup/conf/NPWRXXXXX_00/TROPHY.UCP -->>PPSAXXXXX-app0\sce_sys\trophy2\trophy00.ucp
7) Decrypt self files with sleirs ps5-self-dumper then copy files to game dir
https://github.com/sleirsgoevy/ps4jb-payloads/tree/bd-jb/ps5-self-dumper
1) Download socat
https://github.com/tech128/socat-1.7.3.0-windows
2) Place ps5-self-dumper payload in socat folder
https://www.sendspace.com/file/k87zug
3) Open PS5 browser to Specter host
4) Open windows cmd in socat folder and type both commands
socat -u FILE:dumpgame.bin TCP:<ps5 ip>:9020
socat -u -d -d -d TCP:<ps5 ip>:9023,reuseaddr OPEN:game.tar,creat
5) Open game.tar and copy/replace files in PPSAXXXXX-app0
Download ps5-game-file-dumper
You can download the utility via its github repo.
usage:
python3 dumper.py <ps5 ip> <ftp port> <PPSA title_id>This will grab all the required files from ftp including the NPWR files. They are a placed in the script directory in a folder named dumps.
ex: usage
python3 dumper.py 192.168.1.92 1337 PPSA02739
Source: via EchoStretch
The post PS5 Release: ps5-game-file-dumper (complete game dumping utility) appeared first on Wololo.net.