Releases: alex-free/edcre
EDCRE v1.0.8 (Windows & Linux)
Changes:
-
Improved argument handling (thanks @jonblau for the initial work!).
-
Scan progress is now displayed as a percentage in real time.
-
Optimized and cleaned up code.
-
LBA is provided if not using the -k argument in ouput information. Sector number (starting from sector 0 at the begining of the input file) is always provided, even with -k.
-
Number of mode 1, mode 2 form 1, and mode 2 form 2 sectors scanned is displayed in the scan report.
EDCRE v1.0.7 For Linux & Windows
-
Added the ability to use existing sector header data MM:SS:FF while also updating EDC/ECC data (-k argument). This is useful for an example like #1, where you want to update the EDC/ECC on an 'end part' of an incomplete disc image, without regenerating the MM:SS:FF info in the sector header data from 0.
-
Implemented my EzRe build system.
EDCRE v1.0.6
- More verbosity, sector type info is now displayed.
- Added very pretty output text.
EDCRE v1.0.5 (Linux & Windows)
-
Removed the
-z
argument. EDCRE now starts EDC/EEC regeneration at sector zero by default, this can be modified for any sector number starting by using the new-s
argument followed by a sector number, i.e.-s 16
. -
Significantly improved argument handling and cleaned up code.