View Single Post
Old 22nd Mar 2018, 12:28 am   #5
paulsherwin
Moderator
 
paulsherwin's Avatar
 
Join Date: Jun 2003
Location: Oxford, UK
Posts: 27,927
Default Re: Interpreting a hexdump table

You may be able to scan the printout and use OCR software to turn it into ASCII text. You would need to check carefully for OCR errors, but this would still be easier than typing it all in. You would then need to write a bit of code to turn the ASCII representation into binary data - easy enough to do if you have any experience with C or Pascal.
paulsherwin is offline