AI AGENT ADDONS

Dwarf Expert

trailofbits/skills
Debugging
3,684installs

This skill helps you work with DWARF debug files. These files hold information that helps programmers find bugs in compiled programs. The skill can answer questions about the DWARF standard and show you how to use tools like dwarfdump and llvm-dwarfdump.

You can ask about parsing debug information from binaries. The skill also helps you verify that your debug data is correct. It covers DWARF versions 3, 4, and 5.

If you write code that reads DWARF data or need to check the quality of debug information in your builds, this skill is for you. It uses reliable sources like the official DWARF standard and the LLVM project.

Add Dwarf Expert skill to your workflow

Global

mkdir -p ~/.claude/skills/dwarf-expert

Project

mkdir -p .claude/skills/dwarf-expert

Source Repository

Stars
5,910
Forks
519
Watchers
5,910
License
CC-BY-SA-4.0
Last Push
1 month ago
Created
7 months ago