More actions
No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
|description=This program allows batch decryption of NPDRM encrypted PS Vita titles. | |description=This program allows batch decryption of NPDRM encrypted PS Vita titles. | ||
|author=SuleMareVientu | |author=SuleMareVientu | ||
|lastupdated=2024/07/ | |lastupdated=2024/07/20 | ||
|type=PC Utilities | |type=PC Utilities | ||
|version=1.0 | |version=1.0.1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/PSVitaNPDRMDecryptor.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/PSVitaNPDRMDecryptor.7z | ||
Line 81: | Line 81: | ||
[https://github.com/SuleMareVientu/PSVitaNPDRMDecryptor/blob/main/README.md#troubleshooting Troubleshooting on readme.] | [https://github.com/SuleMareVientu/PSVitaNPDRMDecryptor/blob/main/README.md#troubleshooting Troubleshooting on readme.] | ||
==Changelog== | ==Changelog== | ||
'''v1.0.1''' | |||
* Improved UI. | |||
* Added options to output rePatch folders, copy original head.bin to the decrypted app and show terminal during decryption. | |||
* Miscellaneous improvements. | |||
'''v1.0''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
Line 94: | Line 98: | ||
== External links == | == External links == | ||
* GitHub - https://github.com/SuleMareVientu/PSVitaNPDRMDecryptor | |||
* GBAtemp - https://gbatemp.net/threads/release-psvita-npdrm-decryptor.658172/ | * GBAtemp - https://gbatemp.net/threads/release-psvita-npdrm-decryptor.658172/ | ||
Latest revision as of 04:20, 21 July 2024
PSVita NPDRM Decryptor | |
---|---|
General | |
Author | SuleMareVientu |
Type | PC Utilities |
Version | 1.0.1 |
License | Mixed |
Last Updated | 2024/07/20 |
Links | |
Download | |
Website | |
Source | |
A GUI that allows batch decryption of NPDRM encrypted PS Vita titles.
Features
- Straightforward GUI to decrypt NPDRM protected apps/patches/addcont:
- Easier modding.
- Allows all apps to run on all firmware versions.
- Removes the need of plugins like NoNpDrm.
- Full control over the content you own.
User guide
Requirements
- Microsoft Windows 7 or later (x64)
- .NET Framework 4.8.1
- (Optional) TrialPatch user plugin to bypass game trials (e.g. Rayman Legends, FEZ).
- (Optional) rePatch-reLoaded kernel plugin to install patches & addcont without merging.
How to use
If you have a PKG file and not a NPDRM app in folder format you'll first need to extract the PKG with pkg2zip.exe or similar by providing the correct zRIF.
- Use the + button or drag & drop encrypted folders, select the output directory and click the blue arrow.
- Adjust the options in the checkboxes to your liking.
- Remove highlighted folders with the X button.
Follow the Input Folder Search Structure section below to setup your input folders correctly with patches and addcont.
The program will search for patches/addcont only when decrypting the main app with the specified folder setup.
Patches and additional content can still be decrypted separately.
Installing decrypted applications
- App:
- Copy the VPK/folder to the PS Vita (not inside ux0:app).
- (VPK) Open VitaShell and install the package.
- (Folder) Open VitaShell and press Triangle on the app folder and choose M > Install folder.
- Accept extended permissions.
- Patch:
- Merge with main app or use rePatch.
- Additional content:
- Use rePatch.
For now app installation must be done through VitaShell because we need to generate a fake head.bin to display the app in the livearea.
Installing decrypted applications (rePatch)
- App:
- Install as described before.
- Patch/Additional content:
Input folder search structure
├───addcont (DLC) │ └───TITLE_ID │ │ └───DLC_FOLDER ├───patch (Patch) │ └───TITLE_ID ├───app (Main game, any name or TITLE_ID) │ └───eboot.bin │ └───...
Troubleshooting
Changelog
v1.0.1
- Improved UI.
- Added options to output rePatch folders, copy original head.bin to the decrypted app and show terminal during decryption.
- Miscellaneous improvements.
v1.0
- First Release.