Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zer0xFF/ps4-pup-unpacker
https://github.com/Zer0xFF/ps4-pup-unpacker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Zer0xFF/ps4-pup-unpacker
- Owner: Zer0xFF
- Created: 2017-11-24T20:37:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T21:49:05.000Z (almost 6 years ago)
- Last Synced: 2024-08-04T23:09:52.839Z (5 months ago)
- Language: C++
- Size: 627 KB
- Stars: 43
- Watchers: 8
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-PS4-Jailbreak - PS4 PUP Unpacker - pup_decrypt). (Dev Tools / Remote Package Installers)
README
# pup_unpacker
A utility to unpack PS4 update blobs that have been previously decrypted using [pup_decrypt](https://github.com/idc/ps4-pup_decrypt/). this is based on [idc](https://github.com/idc)/[ps4-pup_unpack](https://github.com/idc/ps4-pup_unpack) rewritten with C++ and runs on Linux/OSX/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.## To Build
This app contains dependency to [mateidavid/zstr](https://github.com/mateidavid/zstr) as a submodule, as such it must be initiated before building.
to do so run the following command:
```
git submodule update --init
```