SkillAgentSearch skills...

Ps3 Disc Dumper

A handy utility to make decrypted PS3 disc dumps

Install / Use

npx skills add 13xforever/ps3-disc-dumper

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

PS3 Disc Dumper

This is a small utility to make decrypted copies of the PS3 game discs, suitable for use in emulators.

It does require a compatible blu-ray drive and existence of a matching disc key to work.

Requirements

  • Compatible blu-ray drive
  • Disc must have decryption key, either in redump database or in the IRD Library
  • For binary release you might need to install .NET prerequisites
    • See Supported OS versions and Dependencies sections in documentation

How to use

  1. Put ps3-disc-dumper executable in any folder
    • On Linux make the file executable (via Properties > Permissions or via console command $ chmod +x ./ps3-disc-dumper)
  2. Start the dumper
  3. Follow the instructions
    • On Linux you may need to confirm auto-mount or to mount the disc manually (either through file manager or via console command $ mount)

By default all files will be copied in the folder where the dumper is, you can select different location in Settings.

If you have custom key or IRD file, you can put it in local cache (see Settings for exact location).

Logs can be found in Settings at the bottom.

Screenshots

Windows 11

<picture> <source media="(prefers-color-scheme: dark)" srcset="./screenshots/windows11-dark.png"> <source media="(prefers-color-scheme: light)" srcset="./screenshots/windows11-light.png"> <img alt="Screenshot running on Windows 11" src="./screenshots/windows11-dark.png"> </picture>

Fedora 39

<picture> <source media="(prefers-color-scheme: dark)" srcset="./screenshots/fedora-dark.png"> <source media="(prefers-color-scheme: light)" srcset="./screenshots/fedora-light.png"> <img alt="Screenshot running on Fedora 38" src="./screenshots/fedora-dark.png"> </picture>

Building

  • To compile the solution, you will need to have .NET 10.0 SDK installed on your machine.
  • It is recommended to use JetBrains Raider, Visual Studio, or VS Code for development.
    • On Linux select the Linux configuration to prevent various issues due to Windows-specific dependencies.
    • You can build for both Windows and Linux on Windows (you can test Linux build with WSL2 or with a Linux VM).

Related Skills

View on GitHub
GitHub Stars1.1k
CategoryDesign
Updated5d ago
Forks58

Languages

C#

Security Score

100/100

Audited on Aug 3, 2026

No findings