Hacker News new | ask | show | jobs
by nyberg 1106 days ago
http://www.jemarch.net/poke might be interesting in that case.
1 comments

I second poke. It's an amazing tool for debugging in general.

It's relatively rare to look into standardized binary formats (you'll likely look directly into a library at that point), unless you're writing a writer/parser/decoder yourself and need to double-check the output.

When developing with general binary data in mind, poke is much more useful.