Tag: Hexdump
November 24, 2008 11:14 am
177,680 viewsMaking Sense of Hexdump
I often work with binary data that has a format I could interpret if only I could see it in a human readable form. Most text editors aren't much use. One way (of many) to solve that is to use the hexdump utility. hexdump is very versatile and allows you to look at the structure […]
Tags: Developers, Hexdump
Categories: Technical Solutions