31 lines
863 B
Markdown
31 lines
863 B
Markdown
|
# 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
|
||
|
|
||
|

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