02. August 2010
010 Editor: My new favourite tool
During the course of my work, I use a hex editor a lot.
Specifically, I use a hex editor mostly for reverse engineering binary file formats that have no documentation or for fixing corrupted files, and what not. One thing that I've always wanted, was some way to view the binary contents as structured data. Like "Starting at this byte offset, consider the next four bytes to be an integer, and show me that integer, then, using that integer, take that many bytes immediately following it, consider them to be string data, and decode as UTF8 or EBCDIC…" etc.