update readme file

This commit is contained in:
TheRadziu
2017-11-05 02:40:11 -08:00
committed by Martins Mozeiko
parent 9d0445fc6d
commit d6fe879d40
+4 -4
View File
@@ -20,7 +20,7 @@ Optionally writes [NoNpDrm][] or [NoPsmDrm][] fake license file from zRIF string
* **small**, has no external library dependencies and uses very minimal dynamic memory allocations.
* **fast**, uses AESNI hardware accelerated AES decryption if supported by CPU (requires [AESNI][] and [SSSE3][] instructions).
* **simple**, creates zip package with same folder structure that Vita expects (just drag & drop all file from zip archive to ux0:). Zip file is created directly from pkg without any intermediate temporary files.
* **DLC**, **PATCH** and **PSM** pkg unpacking.
* **Vita DLC**, **Vita PATCH** and **PSM** pkg unpacking.
* **PSX** pkg unpacking.
Limitations:
@@ -50,13 +50,13 @@ PSX pkg files do not require zRIF argument. It will be ignored.
# Generating zRIF string
If you have working main.bin file you can create zRIF string with `rif2zrif.py` python script:
If you have working NoNpDrm license file (work.bin or 6488b73b912a753a492e2714e9b38bc7.rif) you can create zRIF string with `rif2zrif.py` python script:
$ python rif2zrif.py path/to/main.bin
$ python rif2zrif.py path/to/work.bin
It will print zRIF string to stdout.
To generate main.bin from zRIF string use `zrif2rif.py` script:
To generate work.bin from zRIF string use `zrif2rif.py` script:
$ python zrif2rif.py zRIF work.bin