Skip to content

A simple GUI application for decrypting and extracting PS3 game ISOs using ps3dec.exe and 7z.exe, built with PowerShell and Windows Forms.

Notifications You must be signed in to change notification settings

akinozgen/ps3dec-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

PS3 ISO Decryptor GUI

A simple GUI application for decrypting and extracting PS3 game ISOs using ps3dec.exe and 7z.exe.

Download ps3dex_gui.exe

Features

  • 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.

Prerequisites

  • PowerShell
  • ps3dec.exe
  • 7z.exe
  • .NET Framework 4.5 or higher (required for System.Windows.Forms)

Installation

  1. Download or clone this repository.
  2. Make sure you have ps3dec.exe and 7z.exe installed and their paths configured correctly in the GUI.
  3. Ensure you have .NET Framework 4.5 or higher installed. You can download it from here.

Usage

  1. Double-click on ps3dec_gui.exe to launch the application.
  2. Select the ISO file by clicking the "Select ISO" button.
  3. Select the DKey file by clicking the "Select DKey" button.
  4. Specify the extraction location or use the default one.
  5. Ensure the paths to 7z.exe and ps3dec.exe are correctly set.
  6. Click "Decrypt and Extract" to start the process.
  7. The decrypted ISO will be extracted to the specified location, and you will be prompted to delete the original ISO and DKey files.
  8. If you need to find .dkey files, click the "Find .dkey Files" button.
  9. To visit the repository, click the "Repository Link" button.

Screenshots

Main GUI

Main GUI

Extration Complete

Extraction Complete

Decription & Extraction Complete

Decription & Extraction Complete

Error Logging

If any errors occur during execution, they will be logged in a file named error_log.txt in the same directory as the executable.

Note

This repository, including all the code and executable builds, was made completely with ChatGPT. Expect unexpected errors.

License

This project is licensed under the MIT License.

Acknowledgments

  • Thanks to the developers of ps3dec.exe and 7z.exe.

About

A simple GUI application for decrypting and extracting PS3 game ISOs using ps3dec.exe and 7z.exe, built with PowerShell and Windows Forms.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published