DWARF is such a neat little format. I have a soft spot for the "line program" table, which is a little state machine that allows DWARF to efficiently encode a line/column correspondence for virtual addresses.
I sure hope there’s an anti-debug framework called Durin’s Bane?
One interesting thing about the dwarf format is that it is executable and Turing complete, running small programs on a virtual machine to figure out file names, line numbers and exception handling.
Several of the examples seem to be empty (e.g. https://github.com/tmcgilchrist/durin/blob/master/example/dw...)
Also, the link to OPAM documentation leads to a 404
How does this compare with gimli-rs? Last I checked it was the absolute leader in performance.
https://github.com/gimli-rs/gimli