0c28cedb1b
Added support for NetBSD partition identifiers.
2015-04-20 17:51:21 +01:00
0f4eed8f9f
Implemented support for Atari partitions.
2015-04-20 16:38:13 +01:00
72306989c3
Added support for AmigaDOS filesystems.
2015-04-20 06:26:33 +01:00
b80477b6be
Typo submerged in infinite loop for non-RDB disks.
2015-04-20 05:10:18 +01:00
66980c0548
Give not only partition starting sector but also ending sector
...
to filesystems.
2015-04-20 05:09:46 +01:00
70a6eab8ac
Implemented support for Amiga RDB.
2015-04-20 04:29:23 +01:00
e33354e573
Corrected datetime field handling in ProDOS filesystem.
2015-04-19 04:20:32 +01:00
a3c6853a4c
Implement support for Apple 2IMG disk images.
2015-04-19 03:50:31 +01:00
72e5c9983c
Implemented SpamSum fuzzy hashing.
2015-04-19 01:27:17 +01:00
5fbcf3e96e
Implemented Fletcher-16 and Fletcher-32 checksum algorithms.
2015-04-19 01:18:36 +01:00
07cdb1cee5
Added CRC16 to checksum command.
2015-04-19 01:10:32 +01:00
0335745f27
Added Adler-32 checksum
2015-04-19 01:07:12 +01:00
1e443d48c8
Implemented support for Apple ProDOS/SOS filesystem
...
(untested).
2015-03-22 07:32:40 +00:00
4d048c84b5
Added DVD structures.
2015-03-21 18:15:14 +00:00
1062f29388
Correct typo in DC42 tag checksumming.
2015-03-05 18:52:36 +00:00
066ac09a86
Endian typoness
2015-02-02 18:47:55 +00:00
e450520c48
Corrected poly and endian issues.
2015-02-02 17:46:54 +00:00
0d7c2ce12b
Corrected poly, solved endian problem
2015-02-02 17:40:02 +00:00
a817acbe4d
Typo
2014-09-09 02:58:38 +01:00
e05bb3d22d
Implements decoding of Blu-ray disc structures.
2014-09-09 02:37:08 +01:00
7bb78c1664
Added decoders for common responses to MMC command READ DISC
...
STRUCTURE.
2014-09-08 19:47:01 +01:00
535d8e48d5
Added all up to MMC-6 defined structures for DVD, HD DVD and
...
BD.
2014-09-06 04:15:01 +01:00
46840cc545
Implement decoders for CD disk structures.
2014-09-06 03:45:53 +01:00
35ef1312a9
Add missing CD disk tags.
2014-09-05 21:15:52 +01:00
5cf5ca6325
Implement SCSI INQUIRY command response decoding (and added
...
adequate disk tag).
2014-09-05 19:07:07 +01:00
39afe44d16
Change Console output to String output.
...
Add function to write String output to Console.
2014-09-05 18:54:48 +01:00
ebfd36991b
Preinitialize length for SpacePaddedToString().
2014-09-03 05:36:39 +01:00
4a5d0736a9
Added source documentation
2014-09-03 04:25:33 +01:00
82c4bf85bc
Added function to convert space-terminated (' ', 0x20, ASCII)
...
ASCII byte arrays to string.
2014-09-03 04:22:19 +01:00
c8575e4728
Forgot header.
2014-09-01 03:51:11 +01:00
aadd192a67
Implement "decode" verb.
2014-09-01 03:44:39 +01:00
f5d6da003e
Modified syntax
2014-08-29 03:50:24 +01:00
5d3b35e002
Redeclaring ImageInfo inside of every plugin made the struct
...
hidden, innaccesible and private, leaving the parent one as
null forever. Corrected.
2014-08-28 19:29:18 +01:00
7b15a709bd
Implement "printhex" verb to print a/several sector(s) as
...
hexadecimal values on console.
2014-08-28 19:27:16 +01:00
3229808c73
All struct members should be public (and removes warning)
2014-08-28 19:03:32 +01:00
94316131d2
Code cleanup.
2014-08-28 19:02:45 +01:00
3ae937ef60
Bump version to 2.2
2014-08-28 18:27:44 +01:00
8c358a5084
Workaround when HFS and Apple Partition Map where created on a
...
512 byte/sector device (like a HDD) but are present on a 2048
byte/sector device (like a CD). Solves #1 . HFS+ should not be
affected (even if wrapped).
2014-08-28 18:26:14 +01:00
2f894c5461
Correct typo
2014-08-28 18:12:13 +01:00
41fe7bc575
Empty list cannot be called Contains() it seems, appears as
...
null.
2014-08-28 17:38:41 +01:00
6e563fb135
* DiscImageChef/DiscImageChef.csproj:
...
* DiscImageChef/Checksums/ReedSolomon.cs:
Added ReedSolomon code.
* DiscImageChef/Checksums/CDChecksums.cs:
Detect pack mode+item and if in debug show it.
2014-08-28 15:00:30 +01:00
5089719204
Implement standard CD subchannel packets.
2014-08-25 19:13:25 +01:00
168b22f869
Added static CCITT-CRC16 lookup table.
...
Subchannel Q is big-endian.
Detect if a CD-Text pack is really a CD-Text pack to not
confuse with CD+G packs.
An audio disc can have subchannel correct but channel null.
Viceversa can happen. Those should be considered correct and
not unknown.
2014-08-25 17:20:05 +01:00
3a03e3121e
Implements verification on all currently supported disk
...
images.
Implements DC42 CRC calculation.
Calculates TeleDisk CRC for disk sectors.
Resolves #2 and bumps version to 2.1.
2014-08-25 05:00:25 +01:00
fd60149c37
* DiscImageChef/Checksums/CDChecksums.cs:
...
Implement CD EDC and ECC checks.
* DiscImageChef/Checksums/CRC16Context.cs:
Implements CRC16.
* DiscImageChef/Checksums/CRC32Context.cs:
* DiscImageChef/Checksums/CRC64Context.cs:
Adds support to calculate custom CRCs on specified buffer.
* DiscImageChef/DiscImageChef.csproj:
DiscImageChef/Checksums/CDChecksums.cs
2014-08-25 04:54:45 +01:00
894d89a02c
Corrected typo.
2014-08-24 17:49:16 +01:00
ce8fd47fe6
Converted ImageInfo in public structure, use it to cache and
...
interchange information about disc image.
2014-08-24 17:46:29 +01:00
64a687e81a
Implements support for Nero Burning ROM disc images, resolves
...
#54
2014-07-09 19:52:00 +01:00
a6c1d75293
Links LICENSE, README.md and TODO files to out-of-project.
2014-07-09 19:51:07 +01:00
902e74c92f
Seems that sometimes RootDirectoryLocation is being
...
incorrectly read, don't jump if value is oversized.
Added debug information for IP.BIN parsers.
Corrected Dreamcast IP.BIN parser.
2014-07-09 19:50:16 +01:00