More actions
(Created page with "{{Infobox PSP Homebrews |title=pkgrip |image= |description=Fast linux alternative for decrypting PS3/PSP pkgs. |author=qwikrazor87 |lastupdated=2018/07/11 |type=File Operation...") |
No edit summary |
||
Line 14: | Line 14: | ||
pkgrip is a PC app to decrypt PSP/PS3 pkgs. It has support for extracting PS1 KEYS.BIN and decrypting PTF themes. | pkgrip is a PC app to decrypt PSP/PS3 pkgs. It has support for extracting PS1 KEYS.BIN and decrypting PTF themes. | ||
It was written to be a native and faster pkg dumping alternative on linux. Most other pkg decrypters dump the decrypted pkg to a file first before extracting the files. This app extracts the files directly from the pkg through a small buffer with the exception of KEYS.BIN and PTF themes, which are small. | It was written to be a native and faster pkg dumping alternative on linux. Most other pkg decrypters dump the decrypted pkg to a file first before extracting the files. | ||
This app extracts the files directly from the pkg through a small buffer with the exception of KEYS.BIN and PTF themes, which are small. | |||
'''Note:''' Source only. | '''Note:''' Source only. |
Revision as of 14:04, 18 November 2022
pkgrip | |
---|---|
General | |
Author | qwikrazor87 |
Type | File Operation |
Version | 1.0 |
License | GPL-3.0 |
Last Updated | 2018/07/11 |
Links | |
Download | |
Website | |
Source | |
pkgrip is a PC app to decrypt PSP/PS3 pkgs. It has support for extracting PS1 KEYS.BIN and decrypting PTF themes.
It was written to be a native and faster pkg dumping alternative on linux. Most other pkg decrypters dump the decrypted pkg to a file first before extracting the files.
This app extracts the files directly from the pkg through a small buffer with the exception of KEYS.BIN and PTF themes, which are small.
Note: Source only.
User guide
Usage: pkgrip [options] pathtopkg Options: (optional) -psp - extract PSP files only -ps3 - extract PS3 files only Both enabled by default when no options are provided.