captn3m0 2 days ago

Related: https://nostarch.com/building-a-debugger is close to publication (currently in Early Access) and covers building a debugger for x64.

1
fileeditview 2 days ago

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.

remexre 2 days ago

Could you check what version of DWARF it covers?

ddelnano 2 days ago

It covers version 4, but it explains differences with v5 as they come up.

remexre 2 days ago

Okay, thanks!

ddelnano 2 days ago

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.