Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 963 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 963 Bytes

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

Build

Only build:

export PS5_PAYLOAD_SDK=/opt/ps5-payload-sdk
make

Build & inject:

export PS5_PAYLOAD_SDK=/opt/ps5-payload-sdk
export PS5_HOST=192.168.1.175
export PS5_PORT=9021
make test

Or inject manually:

nc -q0 192.168.1.175 < backup.elf