-
-
Notifications
You must be signed in to change notification settings - Fork 38
Get a hexadecimal print of a media dump sector or block
This operation will print in console a hexadecimal dump of the chosen sector/block of the indicated media dump image.
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)
DiscImageChef printhex -i mydisc.cue -s 15 -l 30 -r -w 64
| FreeBSD | Yes |
| macOS | Yes |
| Linux | Yes |
| Windows | Yes |