1
Fork 0
pkgrip/README.md
2024-04-15 22:15:40 -04:00

863 B

pkgrip

Tool for decrypting PS3/PSP PKG files.

This is modified from it's original source code 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:

$ ./pkgrip
Usage:
	pkgrip [options] pathtopkg

Options: (optional)
	-psp - extract PSP files only
	-ps3 - extract PS3 files only
	Both enabled by default.

Credits

  • qwikrazor87 for writing pkgrip.
  • misha for her patch to increase the supported file up to 16 GB.

License

GPLv3

This project is licensed under the GNU General Public License 3. Some parts of libkirk may be licensed differently.