Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 566 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 566 Bytes

pup_unpacker

A utility to unpack PS5 update blobs that have been previously decrypted using pup_decrypt. this is based on idc/ps4-pup_unpack rewritten with C++ and runs on Linux/macOS/Win32

Note

This utility will not unpack the contents of nested filesystems. The filesystem images in updates are FAT32, exFAT, etc images and can be mounted or unpacked with other tools (for example 7zip with Formats exFAT).

To Build

cmake .
make