Skip to content

rchdman 0.1.0

Compare
Choose a tag to compare
@chyyran chyyran released this 03 Aug 07:15
· 55 commits to master since this release

Initial release of rchdman

The following functions are available.

  • info Displays information about a CHD.
  • verify Verify the integrity of a CHD. Metadata integrity is not verified.
  • extractraw Extract the raw file from a CHD input file.
  • dumpmeta Dump metadata from the CHD to stdout or to a file.

The results from rchdman should be identical from chdman. rchdman is intended to be basic and does not implement multithreading or other functions, so in general it is slower than chdman. There are no plans to implement write-operations into rchdman.