Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akinozgen/ps3dec-gui
A simple GUI application for decrypting and extracting PS3 game ISOs using ps3dec.exe and 7z.exe, built with PowerShell and Windows Forms.
https://github.com/akinozgen/ps3dec-gui
powershell ps3 ps3-mods ps3-tool ps3dev rpcs3 script
Last synced: about 20 hours ago
JSON representation
A simple GUI application for decrypting and extracting PS3 game ISOs using ps3dec.exe and 7z.exe, built with PowerShell and Windows Forms.
- Host: GitHub
- URL: https://github.com/akinozgen/ps3dec-gui
- Owner: akinozgen
- Created: 2024-07-28T17:16:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T17:55:50.000Z (4 months ago)
- Last Synced: 2024-07-28T18:47:49.630Z (4 months ago)
- Topics: powershell, ps3, ps3-mods, ps3-tool, ps3dev, rpcs3, script
- Language: PowerShell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://custom-icon-badges.demolab.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Download ps3dex_gui.exe")](https://github.com/akinozgen/ps3dec-gui/releases/download/0.1.0/ps3dec_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](https://dotnet.microsoft.com/download/dotnet-framework/net45).## 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](https://github.com/user-attachments/assets/a4f33487-375d-458d-9211-a48f10862142)
### Extration Complete
![Extraction Complete](https://github.com/user-attachments/assets/06fd76af-e7e9-460e-a8c5-dc4dc875df96)
### Decription & Extraction Complete
![Decription & Extraction Complete](https://github.com/user-attachments/assets/7707e255-b4f7-4972-95bd-c6ea50b62c81)
## 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`.