This is a PS4 payload to dump auth info from a ELF, SELF, or eboot.bin file. This payload only works on firmware 9.00!
- Download .bin from Releases or build it yourself!
- Setup your prefered payload loader, for Payload Guest, put the payload on the root of your usb under a folder named
payloads
or on your PS4 under/data/payloads
- On the root of your USB, make a file named
dump-list.txt
- This payload can dump multiple auth-infos on one execution, so open
dump-list.txt
and format each line like this:/readauthinfofrom/folder/file.self:/exportauthinfoto/file.bin
An example is below:
/system/sys/SceSysCore.elf:/data/dumpedSysCore.bin
/system/sys/SceVdecProxy.elf:/data/dumpedVdecProxy.bin
The program will dump SceSysCore, then SceVdecProxy. You can use the list above as a test as any PS4 with 9.00 will contain these files!
- Plug the USB into your PS4, then run the payload.
- Enjoy your newly dumped files!
- Note, if you're trying to dump a game's eboot.bin and encounter an error, try dumping the auth info from
app0-patch0-union
instead of justapp0
.
- Linux or WSL2
- PS4 Payload SDK
cd
to extracted folder of SDK and runsudo install.sh
to install the SDK.cd
to extracted folder of auth-dumper and runmake
- A compiled .bin file will be at the root of the auth-dumper folder
- Enjoy!
MIT