UnHexDump

unhexdump

UnHexDump takes the familiar output of HexDump and converts it back into nice binary format. I wrote this program to assist in extracting files off my Cisco 7970 IP phone which lacks any remote file copying capability.

I am now releasing UnHexDump to the world. It’s a little hackish (given that I wrote it at 3am this morning to solve a problem, that usually happens :[ ). It is licensed under the GNU GPLv3 License. The source code is plain C++ and a windows executable are to be found in the zip file below.

For everyone else it can be compiled like this

g++ UnHexDump.cpp -o UnHexDump

Which should work fine on most platforms, as the code only uses the standard library functions.

UnHexDump Download