Implement "printhex" verb to print a/several sector(s) as

hexadecimal values on console.
This commit is contained in:
2014-08-28 19:27:16 +01:00
parent 3229808c73
commit 7b15a709bd
4 changed files with 130 additions and 0 deletions

View File

@@ -98,6 +98,7 @@
<Compile Include="Checksums\CRC16Context.cs" />
<Compile Include="Checksums\CDChecksums.cs" />
<Compile Include="Checksums\ReedSolomon.cs" />
<Compile Include="Commands\PrintHex.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>