Check out the latest release page.
You need to have Python installed.
FOR WINDOWS: You have to install Visual C++ Redistributables in order to run psvpfsparser which is required by psvdec to work properly.
Clone the repository and install required modules:
git clone https://github.com/rreha/psvdec
cd psvdec
pip install -r ./requirements.txt
python main.py [inputs ...] [options]| Argument | Description |
|---|---|
[inputs ...] |
One or more PS Vita .pkg files or extracted folders (app, patch, addcont) |
-o / --out |
Specify a custom output directory for the decrypted content (default: ./Decrypted) |
--no-eboot |
Disable eboot.bin decryption |
--update-db |
Force the script to download the latest zRIF databases from NoPayStation |
-h, --help |
Show the help message |
Windows and Ubuntu binaries were taken from the psvpfstools release.
The MacOS binaries were built by me using my psvpfstools fork.
Contributors of NoPayStation for NoPayStation.
st4rk for PkgDecrypt.
motoharu-gosoto for psvpfstools.
uyjulian for the fork of psvpfstools.
Team Molecule for the sceutils.
mathieulh for the sceutils fork with proper keys.
Yoti for the fixed fork of mathieulh's sceutils fork.
