Related: https://nostarch.com/building-a-debugger is close to publication (currently in Early Access) and covers building a debugger for x64.
I have bought the book months back and I think I recently received an email that the final version was released.
Anyways I can recommend it even though I am not finished with it yet.
Could you check what version of DWARF it covers?
It covers version 4, but it explains differences with v5 as they come up.
Okay, thanks!
Even if you have experience with DWARF, I think you will learn something new from the book.
I work on CNCF Pixie, which uses DWARF for eBPF uprobes and dynamic instrumentation. While I understood how our project uses DWARF, the book made many details much clearer for me.