Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.
Following the PS5 PayloadSDK and PS5 Payload ELFLDR, developer Jeroendev One aka nomadic20000 on Twitter made available a PS5 DB Backup Payload on Github with further details below for those in the PlayStation 5 Scene who own Exploitable PS5 3.xx-4.xx Consoles alongside a PS5 RPC Client (PS5 Discord Rich Presence Client) to test out. :geek:

Download: Payload.binaries.zip (148 KB - includes backup.elf) / PS5 DB Backup GIT / discord-rpc-1.0.0.zip (8.71 MB - includes discord-rpc-client.exe) / PS5 RPC Client GIT

From the PS5 DB Backup Payload release's README.md: PS5 Backup payload

A payload to be sent to the ELF loader on port 9021.

This payload backups up several databases from /system_data/priv/mms to your USB. At the time of writing FPKG's from external drives are still on the system but lost from the homescreen after a forced rebuild of the database, in case you have a backup using this payload you can restore that. Internally installed FPKG's will be gone after a rebuild.

Requirements
  • PS5-Payload-SDK and the requirements for the ***
  • Exploitable PS5 [3.xx-4.xx]
  • USB formatted in exFAT or FAT32
Build:

Only build:
Code:
export PS5_PAYLOAD_SDK=/opt/ps5-payload-***
make
Build & inject:
Code:
export PS5_PAYLOAD_SDK=/opt/ps5-payload-***
export PS5_HOST=192.168.1.175
export PS5_PORT=9021
make test
Or inject manually:
Code:
nc -q0 192.168.1.175 < backup.elf
PS5 DB Backup Payload for Databases with PayloadSDK by Jeroendev One.jpg
 

Comments

Status
Not open for further replies.
Back
Top