Initial commit

This commit is contained in:
Sthope 2024-04-28 04:32:34 +02:00
parent 9fc746ce50
commit ed8cf8a8b6

View File

@ -20,9 +20,20 @@ chmod +x ps3_extract.sh
4. Put zip inside todo folder and run script
```
MODE=[--extract-all|--decrypt-all|--extract-decrypted-all|--need-dkey|--all]
MODE=[
--extract-all
--decrypt-all
--extract-decrypted-all
--need-dkey
--all
]
SAVE=[--decrypted_isos|--extracted_isos|--zip_folder|--encrypted_isos]
SAVE=[
--decrypted_isos
--extracted_isos
--zip_folder
--encrypted_isos
]
```
```bash