1
Fork 0
pkgrip/README.md

31 lines
863 B
Markdown
Raw Normal View History

2024-04-15 22:15:40 -04:00
# pkgrip
Tool for decrypting PS3/PSP [PKG files](https://psdevwiki.com/ps3/PKG_files).
This is modified [from it's original source code](https://github.com/qwikrazor87/pkgrip) to include some patches, and fixes I needed for what I needed the tool for. I also ported to CMake.
## Usage
Compile with CMake and then run `pkgrip`:
```shell
$ ./pkgrip
Usage:
pkgrip [options] pathtopkg
Options: (optional)
-psp - extract PSP files only
-ps3 - extract PS3 files only
Both enabled by default.
```
## Credits
* [qwikrazor87](https://github.com/qwikrazor87) for writing pkgrip.
* [misha](https://github.com/it-misha) for her patch to increase the supported file up to 16 GB.
## License
![GPLv3](https://www.gnu.org/graphics/gplv3-127x51.png)
This project is licensed under the GNU General Public License 3. Some parts of libkirk may be licensed differently.