HexDump - Binary data display utility

HexDump.zip - A binary file display and conversion utility, hexdump supports both bin2hex and hex2bin functionality.  Hexdump produces a formatted hex report and includes options for setting the start offset and count of bytes to display.  The program can also "run in reverse" where it will produce a binary file based on a given ASCII hex input.

Syntax:
   HexDump -switches [InfileName]  (output always written to stdout)

[switches]
-Sxxx    Start offset (hex)
-Nxxx   Number of bytes to process (hex)
-B         Bare (omit offsets and ASCII display)
-R         Reverse (hex2bin)
-W       Wide (132 column)
-H, -?   Help

Examples "dir | hexdump"
         "dir | hexdump | hexdump -r"
         "hexdump -w -s20 c:\myfile.exe > myfile.hex"
         "hexdump -r < myfile.hex > myfile32bytesshort.exe"

License
The program may be used freely - but may not be redistributed.
Please direct new users to this web page to download their own version of the executable.

For comments or feedback, send email to "hexdump" at this domain.