logoalt Hacker News

jonhohleyesterday at 10:16 PM1 replyview on HN

I’ve had a lot of luck with ImHex looking at various binary formats and even using it to aid in writing some file magic.

It would be really nice to be able to roundtrip C headers with it. The syntax is close, but often I older formats there is a 1:1 mapping with C structs that doesn’t quite match the imhex syntax.


Replies

Charon77today at 2:14 AM

I use both ImHex and Kaitai struct, give it a try maybe you'll like it