More actions
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | |title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=unpkgvita2.png | ||
|image_alt= | |image_alt=PS Vita PKG Unpacker | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title= | |title=PS Vita PKG Unpacker | ||
|image= | |image=unpkgvita2.png | ||
|description=PKG | |description=An alternative PKG unpacker. | ||
|author=RikuKH3 | |author=RikuKH3 | ||
|lastupdated=2017/10/07 | |lastupdated=2017/10/07 | ||
Line 15: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/unpkgvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/unpkgvita.7z | ||
|website= | |website=https://www.reddit.com/r/VitaPiracy/comments/71qujb/unpkg_vita_alternative_pkg_unpacker/ | ||
|source=https://github.com/RikuKH3/unpkg_vita | |source=https://github.com/RikuKH3/unpkg_vita | ||
}} | }} | ||
unpkg_vita is a command line tool to unpackage .pkg Vita files. | |||
== | ==User guide== | ||
unpkg_vita.exe <input pkg file> [output folder] [-key=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF] | Usage: <code>unpkg_vita.exe <input pkg file> [output folder] [-key=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF]</code> | ||
To get your purchased game PKG link first log into | To get your purchased game PKG link first log into [https://store.playstation.com PlayStation Store] then visit and copy raw data from [https://store.playstation.com/kamaji/api/chihiro/00_09_000/gateway/store/v1/users/me/internal_entitlements?start=0&size=800&fields=game_meta%2Cdrm_def this page]. | ||
==Changelog== | ==Changelog== | ||
''' | '''v1.7''' | ||
* Fixed incorrect 'tail.bin' extraction for small 100KB packages | * Fixed incorrect 'tail.bin' extraction for small 100KB packages. | ||
''' | '''v1.6''' | ||
* Added multiple DLC installation support | * Added multiple DLC installation support. | ||
''' | '''v1.5''' | ||
* Added DLC support | * Added DLC support. | ||
* Added zRIF key match check | * Added zRIF key match check. | ||
''' | '''v1.4''' | ||
* Added zRIF key support | * Added zRIF key support. | ||
* Added output folder creation based on PKG type | * Added output folder creation based on PKG type. | ||
''' | '''v1.3''' | ||
*Extraction bug fixes | *Extraction bug fixes. | ||
''' | '''v1.1''' | ||
*Added optional '-key' command for fake 'work.bin' file generation | *Added optional '-key' command for fake 'work.bin' file generation. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/RikuKH3/unpkg_vita | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/320 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/320 | ||
* Reddit - https://www.reddit.com/r/VitaPiracy/comments/71qujb/unpkg_vita_alternative_pkg_unpacker/ | * Reddit - https://www.reddit.com/r/VitaPiracy/comments/71qujb/unpkg_vita_alternative_pkg_unpacker/ |
Latest revision as of 04:39, 14 Ocak 2023
PS Vita PKG Unpacker | |
---|---|
General | |
Author | RikuKH3 |
Type | PC Utilities |
Version | 1.7 |
License | Mixed |
Last Updated | 2017/10/07 |
Links | |
Download | |
Website | |
Source | |
unpkg_vita is a command line tool to unpackage .pkg Vita files.
User guide
Usage: unpkg_vita.exe <input pkg file> [output folder] [-key=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF]
To get your purchased game PKG link first log into PlayStation Store then visit and copy raw data from this page.
Changelog
v1.7
- Fixed incorrect 'tail.bin' extraction for small 100KB packages.
v1.6
- Added multiple DLC installation support.
v1.5
- Added DLC support.
- Added zRIF key match check.
v1.4
- Added zRIF key support.
- Added output folder creation based on PKG type.
v1.3
- Extraction bug fixes.
v1.1
- Added optional '-key' command for fake 'work.bin' file generation.