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 |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox PSP Homebrews | {{Infobox PSP Homebrews | ||
|title=pkgrip | |title=pkgrip | ||
|description=Fast linux alternative for decrypting PS3/PSP pkgs. | |description=Fast linux alternative for decrypting PS3/PSP pkgs. | ||
|author=qwikrazor87 | |author=qwikrazor87 | ||
Line 8: | Line 7: | ||
|version=1.0 | |version=1.0 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/psphomebrew/pkgrip. | |download=https://dlhb.gamebrew.org/psphomebrew/pkgrip.zip | ||
|website=https://github.com/qwikrazor87/pkgrip | |website=https://github.com/qwikrazor87/pkgrip | ||
|source=https://github.com/qwikrazor87/pkgrip | |source=https://github.com/qwikrazor87/pkgrip | ||
Line 14: | Line 13: | ||
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. | ||
Line 28: | Line 29: | ||
==External links== | ==External links== | ||
* GitHub - https://github.com/qwikrazor87/pkgrip | * GitHub - https://github.com/qwikrazor87/pkgrip | ||
Latest revision as of 05:19, 20 Haziran 2024
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.