HexDump is a Windows command-line utility which reads a binary file and writes text file with a hexadecimal dump of its contents
License is free to end users, but I retain the copyright. This program is shared "as-is" without warranty, promise of support, or liability for consequences of its use.
Command-line invocation is according to the syntax:
hexdump filename [/skip:n] [/keep:n] [/bare] > dumpfile.txtWhere:
| /skip:n | Offset where to begin dumping (prefix hex with $) | |
| /keep:n | Number of bytes to dump | |
| /bare | Omit headings |