Files
Aaru.Documentation/Media-dump-sector-block-hexadecimal-dump.md

867 B

Command description

This operation will print in console a hexadecimal dump of the chosen sector/block of the indicated media dump image.

Command usage

DiscImageChef printhex -i <dump> -v [true/false] -d [true/false] -s <starting sector> -l [sectors] -r [true/false] -w [width]

-i, --input=<dump> path to the media dump image
-v, --verbose=[true/false] shows verbose output [default false]
-d, --debug=[true/false] shows debug output [default false]
-s, --start=<starting sector> starts the hexadecimal printing from this sector
-l, --length=[sectors] how many sectors to print [default 1]
-r, --long-sectors=[true/false] if hex print should include all sector tags stored in the media dump [default false]
-w, --width=[width] how width, in characters, should the print be before creating a new line [default 32]