Skip to content

Releases: Redrrx/ps3dec

2.0.1

16 Oct 17:02

Choose a tag to compare

  • fixed linux compilation issues

2.0.0

01 Oct 15:38

Choose a tag to compare

Introducing ps3dec 2.0.0, major performance fixes and new features.

Improvements :

  • Reduced decryption overhead.
  • Reduced seek races and lock contentions.
  • Updated crates to latest versions.
  • Better progress bar.

Features :

  • New command line flag to specify output directory and output name.
  • New command line flag to specify chunk size processed at once from ISO.

Ps3dec is now available on crates.io !

0.2.0

28 Jul 05:28
70aafd8

Choose a tag to compare

Introducing the 0.2.0 preview, a continued overhaul until it becomes UI.

Bug fixes:

  • Chunk size is now constant
  • Fixed rare Poisoned errors
  • Fixed --help arg not working due drag and drop override

Changes

  • reduced allocation overhead.
  • reworked the decryption process.
  • major speeds optimization.
  • Thread count is now by default 32

Added features

  • skip confirmation message added as requested.

Full Changelog: 0.1.0...0.2.0

0.1.0

23 Mar 04:45
4fc22d5

Choose a tag to compare

Initial release