A simple GUI application for decrypting and extracting PS3 game ISOs using ps3dec.exe
and 7z.exe
.
- Decrypt PS3 game ISOs
- Extract decrypted ISOs to a specified location
- Automatically delete decrypted ISO file after extraction
- Optionally delete the original ISO and DKey files
- Open the extraction location in a new Explorer window
- Save and load settings for paths to
7z.exe
,ps3dec.exe
, and the extraction location - Find .dkey files through a web link
- Find .iso files through a web link
Don't mind header errors in powershell window. It's not an issue.
- PowerShell
ps3dec.exe
7z.exe
- .NET Framework 4.5 or higher (required for
System.Windows.Forms
)
- Download or clone this repository.
- Make sure you have
ps3dec.exe
and7z.exe
installed and their paths configured correctly in the GUI. - Ensure you have .NET Framework 4.5 or higher installed. You can download it from here.
- Double-click on
ps3dec_gui.exe
to launch the application. - Select the ISO file by clicking the "Select ISO" button.
- Select the DKey file by clicking the "Select DKey" button.
- Specify the extraction location or use the default one.
- Ensure the paths to
7z.exe
andps3dec.exe
are correctly set. - Click "Decrypt and Extract" to start the process.
- The decrypted ISO will be extracted to the specified location, and you will be prompted to delete the original ISO and DKey files.
- If you need to find .dkey files, click the "Find .dkey Files" button.
- To visit the repository, click the "Repository Link" button.
If any errors occur during execution, they will be logged in a file named error_log.txt
in the same directory as the executable.
This repository, including all the code and executable builds, was made completely with ChatGPT. Expect unexpected errors.
This project is licensed under the MIT License.
- Thanks to the developers of
ps3dec.exe
and7z.exe
.