hexfile is a simple interactive command line hex dumper for Windows, Linux, DOS.
Usage
hexfile [-i <first index>] <file>
The file can be scrolled through using Up, Down, Page Up, Page Down, Home and End keys. Esc will exit the program.
Running the program without giving the file prints usage and license information.
Options
- -i Starts the displayed file index from the given index. Defaults to 0. The value is expected in decimal format. For binary, octal or hexadecimal. Use prefix
&B
,&O
or&H
respectively.
Download
Stand alone executables and source code are available in GitHub. Windows versions can be installed with Scoop:
scoop bucket add jlaasonen https://github.com/jlaasonen/scoop-bucketscoop install hexfile