Visualizing Binary Files
23 points by zdw 24 hours ago | 8 comments
EvanAnderson 55 minutes ago
Christopher Domas gave a nice presentation[0] at DerbyCon 2012 about software that ended up becoming CantorDust[1]. I was pretty jazzed about after the presentation but didn't keep up with where it went.
reply[0] https://www.irongeek.com/i.php?page=videos/derbycon2/4-2-1-c...
1970-01-01 2 hours ago
And binwalk if you want to find the juice within the file.
replyhttps://github.com/ReFirmLabs/binwalk/wiki/Supported-Signatu...
nvalis 2 hours ago
I always liked the 3D visualization in Veles[0]. It's very intuitive to make out structured ASCII or other non-compressed sections in binary data.
replyst_goliath 2 hours ago
You might be interested in GNU poke[1][2], a hex-editor type program that can actually parse and visualize the structure of binary data (using a DSL for describing formats).
reply
[1] https://rizin.re
[2] https://github.com/rizinorg/rizin
[3] https://book.rizin.re/src/visual_mode/intro.html
[4] https://github.com/rizinorg/cutter-plugins/issues/3