mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
2462
DiscImageChef/ImagePlugins/Nero.cs
Normal file
2462
DiscImageChef/ImagePlugins/Nero.cs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
24
TODO
@@ -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
|
||||
Reference in New Issue
Block a user