From ed8cf8a8b6020bdc9b221d4f227e4a337e246a79 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 28 Apr 2024 04:32:34 +0200 Subject: [PATCH] Initial commit --- PS3/README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/PS3/README.md b/PS3/README.md index 8ba131f..369b1ba 100644 --- a/PS3/README.md +++ b/PS3/README.md @@ -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