Hey folks, I want to share a small package that I made to create nice hexdumps, specially for reverse engineering, but it can be useful for anything
So far it’s pretty bare bones, but if you want to see it in action, here’s a blog of mine using it
https://0x4200.cafe/writeups/googlectf-2025/
I became a huge fan of typst and I see huge potential for creating reports, blogposts and books on low level stuff (e.g. explaining binary formats, generating nicely formatted versions of coredumps, pretty disassembly formatting with additional data…). Love to see what you think about it, and if you have any ideas to add to it.
Right now I’m also working on a way to record gdb sessions and generate a nice report, not very good explanation but the implementation is still far from that typesetting part.