Commit Graph

23 Commits

Author SHA1 Message Date
4a3583d13e Moved disc image plugins to a separate library. 2015-10-05 19:45:07 +01:00
4fc2e234b0 Implement "entropy" command. 2015-05-19 06:04:21 +01:00
66980c0548 Give not only partition starting sector but also ending sector
to filesystems.
2015-04-20 05:09:46 +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
46840cc545 Implement decoders for CD disk structures. 2014-09-06 03:45:53 +01:00
5cf5ca6325 Implement SCSI INQUIRY command response decoding (and added
adequate disk tag).
2014-09-05 19:07:07 +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
7b15a709bd Implement "printhex" verb to print a/several sector(s) as
hexadecimal values on console.
2014-08-28 19:27:16 +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
1e9cd0daec Implemented 'checksum' verb with CRC32, CRC64, RIPEMD160, MD5,
SHA1, SHA256, SHA384, SHA512
2014-07-03 18:35:19 +01:00
4699522a40 Implemented 'compare' verb 2014-07-03 18:34:43 +01:00
74ca0f9f90 Added header
Exit gracefully
2014-07-03 18:34:19 +01:00
7f2637d7cc Added header 2014-07-03 18:33:12 +01:00
06c327c4e2 Added header 2014-07-03 18:32:34 +01:00
5bf43aad7e Added header 2014-07-03 18:32:03 +01:00
ded61b9f99 Moved image format detection out of "analyze" verb. 2014-06-16 02:07:23 +01:00
dfbf818cf4 Rewording plugin type names. 2014-06-16 01:51:26 +01:00
c2d5279259 Add verbose mode for "formats" verb. 2014-06-16 01:50:49 +01:00
daf7fbf176 * DiscImageChef/Main.cs:
* DiscImageChef/Commands/Verify.cs:
	* DiscImageChef/Commands/Formats.cs:
	* DiscImageChef/Commands/Analyze.cs:
	* DiscImageChef/Commands/Compare.cs:
	* DiscImageChef/Commands/Commands.cs:
	* DiscImageChef/Commands/Checksum.cs:
	* DiscImageChef/DiscImageChef.csproj:
	  Move all commands to separate classes.

	* DiscImageChef/AssemblyInfo.cs:
	  Let mono create random revision and build.

	* DiscImageChef/Options.cs:
	  Make options public
2014-06-16 01:45:04 +01:00