Update README.md

This commit is contained in:
n0stal6ic
2026-05-18 12:22:34 -05:00
committed by GitHub
parent 9580b254a7
commit 3abd1afec6
+2 -2
View File
@@ -225,7 +225,7 @@ python prxtractor.py "" zgpriv_protected.dat
Override the auto-detected passphrase (useful when the `.so` is stripped): Override the auto-detected passphrase (useful when the `.so` is stripped):
``` ```
python prxtractor.py libplayready.so.0 bgroupcert.dat zgpriv.dat --phrase AsF16eEncr4pt19mt5813 python prxtractor.py libplayready.so.0 bgroupcert.dat zgpriv.dat --phrase <phrase>
``` ```
List the known Panasonic passphrase candidates: List the known Panasonic passphrase candidates:
@@ -241,4 +241,4 @@ python prxtractor.py --list-phrases
| `so_path` | Path to `libplayready.so.0` (or any binary) to scan for passphrases. Optional if you only need to unwrap a `zgpriv_protected.dat`. | | `so_path` | Path to `libplayready.so.0` (or any binary) to scan for passphrases. Optional if you only need to unwrap a `zgpriv_protected.dat`. |
| `dat_files` | One or more `.dat` files. Format is auto-detected per file. | | `dat_files` | One or more `.dat` files. Format is auto-detected per file. |
| `--phrase` | Override the auto-detected passphrase. | | `--phrase` | Override the auto-detected passphrase. |
| `--list-phrases` | Print the known passphrase candidates and exit. | | `--list-phrases` | Print the known passphrase candidates and exit. |