Releases: 13xforever/ps3-disc-dumper
Improved error logging
Capture more debug information in case of unexpected issues with blu-ray reading or decrypted content writing
Support discs without the license file
As it turns out, some discs lack the license file, so we can use eboot.bin
for testing the disc key instead.
First proper GUI Release
- Requires .NET Framework 4.7.2 or newer
- A 1-button solution that will search and use the appropriate disc key
- Supports IRD and Redump disc keys (text format) as a source
- Automatically checks file hashes whenever possible against the matching IRD data
Support for Redump disc keys
DIsc dumper now directly checks if the disc key is compatible with the inserted disc.
This means, you'll be able decrypt more disc masters that use the same key, but do not have full matching IRD file.
No disc validation in this release, it will be back in the next beta.
GUI
Yes, this is a GUI version, and as such, it works only on Windows, and requires .NET Framework 4.7.2.
Very lightly tested, UI is subject to change.
Workaround for some disc mastering errors
Demon's Souls should dump as expected now
Less spam in console
Forgot to turn off debug output in release configuration. Oops.
Where all things converge
Seems like all combinations work now:
- net472 version requires .NET Framework 4.7.2 or newer
- native Windows version only requires VC++ 2017 Redistributable
- native Linux version shouldn't require anything
- either OS can run from sources using .NET Core SDK 2.1
Initial release
Features:
- one-click disc dumping procedure
- automatic IRD file lookup
- automatic dump validation
- automatic file-level retries
- less error-prone data transfer than low-level sector-by-sector disc copy
(binary releases were broken, and no longer available)