Skip to content

Get a hexadecimal print of a media dump sector or block

Natalia Portillo edited this page Jun 24, 2018 · 2 revisions

Table of Contents

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 -d [true/false] -i <dump> -l [sectors] -r [true/false] -s <starting sector> -v [true/false] -w [width]

-d, --debug=[true/false] shows debug output (default false)
-i, --input=<dump> path to the media dump image
-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)
-s, --start=<starting sector> starts the hexadecimal printing from this sector
-v, --verbose=[true/false] shows verbose output (default false)
-w, --width=[width] how width, in characters, should the print be before creating a new line (default 32)

Example

DiscImageChef printhex -i mydisc.cue -s 15 -l 30 -r -w 64

Operating system support

FreeBSD Yes
macOS Yes
Linux Yes
Windows Yes
Clone this wiki locally