Implements support for Nero Burning ROM disc images, resolves

#54
This commit is contained in:
2014-07-09 19:52:00 +01:00
parent a6c1d75293
commit 64a687e81a
3 changed files with 2484 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@ Works under any operating system where there is Mono or .NET Framework. Tested w
Features
========
* Supports reading CDRWin cue/bin cuesheets, Apple DiskCopy 4.2 and TeleDisk disk images.
* Supports reading CDRWin cue/bin cuesheets, Apple DiskCopy 4.2, TeleDisk and Nero Burning ROM disk images.
* Supports reading all raw (sector by sector copy) disk images with a multiple of 512 bytes/sector, and a few known formats that are 256, 128 and variable bytes per sector.
* Supports traversing MBR, Apple and NeXT partitioning schemes.
* Identifies HFS, HFS+, MFS, BeFS, ext/2/3/4, FAT12/16/32, FFS/UFS/UFS2, HPFS, ISO9660, LisaFS, MinixFS, NTFS, ODS11, Opera, PCEngine, SolarFS, System V and UnixWare boot filesystem.

24
TODO
View File

@@ -1,10 +1,8 @@
Disc image plugins:
--- Add support for no disc image, that is, raw.
--- Add support for BlindWrite images
--- Add support for CloneCD images
--- Add support for DiscJuggler images
--- Add support for Alcohol images
--- Add support for Nero images
--- Add support for cdrdao images
--- Add support for dump(8) images
--- Add support for IMD images
@@ -66,4 +64,24 @@ Other things:
Teledisk plugin:
--- Add support for "advanced compression"
--- Handle variable sectors per track situation. Teledisk seems to be able to read garbage from previous formattings.
--- Handle variable sectors per track situation. Teledisk seems to be able to read garbage from previous formattings.
RAW plugin:
--- Finish support for reading sectors of variable bytes/sector images
Image comparison:
--- Compare sector tags
--- Offer the option to see differing values
--- Optimize and multithread
Image verification:
--- Implement verification on image plugins to implement this verb
Checksums:
--- Implement SpamSum fuzzy hashing (aka ssdeep)
Image checksum:
--- Checksum disk tags
--- Checksum sector tags
--- Checksum long sectors
--- Optimize and multithread