A simple experiment to simulate the reverse effect of the xxd
command. Converts a raw hexdump made with xxd
back to a RAW binary file.
Compile as C++98 or above.
<executable_file_name> [--help] hexdump_file_name binary_destination_file_name
Example usage:
xxd -p sample.jpg test.hex
reverse_xxd test.hex sample_copy.jpg
Distributed under the MIT License.