{"id":20172276,"url":"https://github.com/akinozgen/ps3dec-gui","last_synced_at":"2025-09-21T16:30:53.708Z","repository":{"id":250597488,"uuid":"834892958","full_name":"akinozgen/ps3dec-gui","owner":"akinozgen","description":"A simple GUI application for decrypting and extracting PS3 game ISOs using ps3dec.exe and 7z.exe, built with PowerShell and Windows Forms.","archived":false,"fork":false,"pushed_at":"2024-07-28T17:55:50.000Z","size":16,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T21:09:57.635Z","etag":null,"topics":["powershell","ps3","ps3-mods","ps3-tool","ps3dev","rpcs3","script"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akinozgen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-28T17:16:29.000Z","updated_at":"2025-01-03T03:47:41.000Z","dependencies_parsed_at":"2024-07-28T18:47:56.406Z","dependency_job_id":"18a2840d-8b7a-4b46-b862-81ddccdf03d4","html_url":"https://github.com/akinozgen/ps3dec-gui","commit_stats":null,"previous_names":["akinozgen/ps3dec-gui"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinozgen%2Fps3dec-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinozgen%2Fps3dec-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinozgen%2Fps3dec-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinozgen%2Fps3dec-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akinozgen","download_url":"https://codeload.github.com/akinozgen/ps3dec-gui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233766499,"owners_count":18727129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["powershell","ps3","ps3-mods","ps3-tool","ps3dev","rpcs3","script"],"created_at":"2024-11-14T01:29:28.732Z","updated_at":"2025-09-21T16:30:48.328Z","avatar_url":"https://github.com/akinozgen.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PS3 ISO Decryptor GUI\n\nA simple GUI application for decrypting and extracting PS3 game ISOs using `ps3dec.exe` and `7z.exe`.\n\n[![Download ps3dex_gui.exe](https://custom-icon-badges.demolab.com/badge/-Download-blue?style=for-the-badge\u0026logo=download\u0026logoColor=white \"Download ps3dex_gui.exe\")](https://github.com/akinozgen/ps3dec-gui/releases/download/0.1.0/ps3dec_gui.exe)\n\n## Features\n\n- Decrypt PS3 game ISOs\n- Extract decrypted ISOs to a specified location\n- Automatically delete decrypted ISO file after extraction\n- Optionally delete the original ISO and DKey files\n- Open the extraction location in a new Explorer window\n- Save and load settings for paths to `7z.exe`, `ps3dec.exe`, and the extraction location\n- Find .dkey files through a web link\n- Find .iso files through a web link\n\n```\nDon't mind header errors in powershell window. It's not an issue.\n```\n\n## Prerequisites\n\n- PowerShell\n- `ps3dec.exe`\n- `7z.exe`\n- .NET Framework 4.5 or higher (required for `System.Windows.Forms`)\n\n## Installation\n\n1. Download or clone this repository.\n2. Make sure you have `ps3dec.exe` and `7z.exe` installed and their paths configured correctly in the GUI.\n3. Ensure you have .NET Framework 4.5 or higher installed. You can download it from [here](https://dotnet.microsoft.com/download/dotnet-framework/net45).\n\n## Usage\n\n1. Double-click on `ps3dec_gui.exe` to launch the application.\n2. Select the ISO file by clicking the \"Select ISO\" button.\n3. Select the DKey file by clicking the \"Select DKey\" button.\n4. Specify the extraction location or use the default one.\n5. Ensure the paths to `7z.exe` and `ps3dec.exe` are correctly set.\n6. Click \"Decrypt and Extract\" to start the process.\n7. The decrypted ISO will be extracted to the specified location, and you will be prompted to delete the original ISO and DKey files.\n8. If you need to find .dkey files, click the \"Find .dkey Files\" button.\n9. To visit the repository, click the \"Repository Link\" button.\n\n## Screenshots\n\n### Main GUI\n\n![Main GUI](https://github.com/user-attachments/assets/a4f33487-375d-458d-9211-a48f10862142)\n\n### Extration Complete\n\n![Extraction Complete](https://github.com/user-attachments/assets/06fd76af-e7e9-460e-a8c5-dc4dc875df96)\n\n### Decription \u0026 Extraction Complete\n\n![Decription \u0026 Extraction Complete](https://github.com/user-attachments/assets/7707e255-b4f7-4972-95bd-c6ea50b62c81)\n\n\n## Error Logging\n\nIf any errors occur during execution, they will be logged in a file named `error_log.txt` in the same directory as the executable.\n\n## Note\n\nThis repository, including all the code and executable builds, was made completely with ChatGPT. Expect unexpected errors.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Acknowledgments\n\n- Thanks to the developers of `ps3dec.exe` and `7z.exe`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakinozgen%2Fps3dec-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakinozgen%2Fps3dec-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakinozgen%2Fps3dec-gui/lists"}