/unhexdump

Hexdump reverse command

Primary LanguageCApache License 2.0Apache-2.0

unhexdump

Hexdump reverse command

This program reverses hexdump -C output back to the original data.

Usage:

make
make test
hexdump -C file > file.dump
./unhexdump file.dump
./unhexdump file.dump > outputfile

Here, make test test an executable file generated by hexdump -C.