Back to skills

dwarf-expert

security

Adds deep knowledge of the DWARF debug format (versions 3-5) to an agent. Covers parsing and validating DWARF data from compiled binaries, answering questions about the standard, and writing or review

Setup & Installation

npx skills add https://github.com/trailofbits/dwarf-expert --skill dwarf-expert
or paste the link and ask your coding assistant to install it
https://github.com/trailofbits/dwarf-expert
View on GitHub

What This Skill Does

Adds deep knowledge of the DWARF debug format (versions 3-5) to an agent. Covers parsing and validating DWARF data from compiled binaries, answering questions about the standard, and writing or reviewing code that works with DWARF structures. Rather than manually cross-referencing the DWARF spec at dwarfstd.org and tracing through LLVM source, the skill surfaces the right commands, library APIs, and standard references in context.

When to use it

  • Working with dwarf expert functionality
  • Implementing dwarf expert features
  • Debugging dwarf expert related issues