Add tools/trandump.py tool for converting hexdump() output.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 30 Jul 2010 22:51:29 +0000 (18:51 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 30 Jul 2010 22:51:29 +0000 (18:51 -0400)
commit597040dd3dba3471c9ed012a5056c42949f34962
tree803373384df1034ec0ba0617172756beed03eb2b
parent48f5f8b850d19767f60ee83bfe0fd30bc4e867b4
Add tools/trandump.py tool for converting hexdump() output.

Add tool for converting the output from hexdump() back into its
original binary form.  This can be useful for use with tools such as
hexdump and objdump.
tools/transdump.py [new file with mode: 0755]