First update for PS4PKG Tool Box, the program developed by the developer Seregonwar designed to simplify file management .pkg
PlayStation 4 console.

The update corrects the process of extraction of the dumps, ensuring that all files are extracted correctly.
Also introduced the reverse dump function, which allows you to apply changes directly to the package .pkg
, facilitating the management of changes without the need to separate the files.
Improvements to the injection function are expected, which will allow you to insert DLC directly into files in the future .pkg
, further simplifying the additional content management process.
The trophy section has been enhanced with the ability to extract trophies from packages trophy00.trp
, although there are currently some decryption issues that will be resolved in future versions.
Another novelty is the ability to create custom trophies, useful in combination with OpenOrbis to create new files .trp
. . However, some logical issues are still being resolved and will be addressed in the next version 1.2.0.
Finally, a new File Browser section has been added that allows you to navigate and extract specific files without having to dump the entire package.
Among the tools included are a hexadecimal reader, a text reader and a file extractor. The new Wallpaper section also allows you to view and edit images in the package in a simple and intuitive way, without the need for further instructions.
Characteristics of
- Extraction : Extract specific files from a PKG file.
- Injection : Insert new data into an existing PKG file.
- Edit : Edit the header of a PKG file.
- Dump: Run a complete dump of the contents of a PKG file.
- Information: Get detailed information about a PKG file.
- Browse and manage files within the PKG using an integrated file explorer.
- Hex Reader : View and edit files in hexadecimal format.
- Text reader: View and edit text files.
- Delete : Delete files from PKG.
- Trophy Management: Upload, read, and manage trophy files.
- OpenOrbis integration : Use orbis-pub-cmd.exe for advanced PKG file manipulation.
System requirements
In order to use the PS4 PKG Tool, you must have the following tools installed:
- Python 3.x.
- PyQt5 (for the user interface).
- pyinstaller and cx-freeze (to create an executable, especially on Windows).
orbis-pub-cmd.exe
(included in the OpenOrbis toolchain)
Installation and configuration
Installing the PS4 PKG Tool is relatively simple, simply clone the official repository and install the required dependencies:
- Cloning the repository:
git clone https://github.com/seregonwar/PS4-PKG-Tool-Box.git
cd PS4-PKG-Tool-Box
- Install dependencies using
pip
:
pip install -r requirements.txt
- Once the installation is complete, the tool is ready to be used.
Changelog
- Correction of the extraction of dumps:
- Now all the files are extracted correctly during the dump process, ensuring smooth operations.
- Adding the reverse dump function:
- This feature allows you to apply changes directly to the .pkg package, simplifying change management.
- Improvements to the injection (planned):
- Concrete ideas for the injection function have not yet been implemented. However, in the next version it will probably be used to insert DLC directly into .pkg files, making it easy to manage it in a single package instead of in separate files.
- Adding the Trophy section:
- You can now extract trophies from the trophy00.trp packages. However, some extracted data may not be readable due to problems with the decryption algorithm, which will be fixed in the next build.
- New section for trophy creation:
- This new feature allows the creation of custom trophies. It is especially useful when combined with OpenOrbis to create new .trp files. Although it is already functional, there are still logical problems that will be solved in version 1.2.0.
- Section of File Browser :
- Added a new browser file that allows you to navigate and extract specific files without having to dump the entire package. Includes:
- hexadecimal reader to display the hexadecimal values of the files.
- Text reader ideal for reading XML files in the package.
- File extractor useful for extracting individual files.
- To use these functions, hover your mouse over a file in the list and click on the option you want.
- The New Wallpaper Section:
- This section allows you to view and edit photos in the package. It is very intuitive and does not require additional instructions.