Dwarf Expert
Plugin ActivePart of:Trailofbits
Interact with and understand the DWARF debugging format
1 Skill 0 MCPs
Purpose
To help developers and security researchers understand, parse, and analyze DWARF debug information embedded in compiled binaries.
Features
- Interact with DWARF debug files
- Understand DWARF standards (v3-v5)
- Parse DWARF data using command-line tools
- Verify DWARF data integrity
Use Cases
- Understanding debug information in compiled binaries
- Answering questions about the DWARF specification
- Writing or reviewing code that parses DWARF data
- Using `dwarfdump` and `readelf` for extraction
Non-Goals
- Analyzing DWARF versions 1 or 2
- General ELF file parsing without DWARF focus
- Directly debugging executable code at runtime
- Full binary reverse engineering beyond DWARF sections
Trust
- warning:Issues Attention13 issues opened and 4 closed in the last 90 days, indicating a low closure rate and potentially slow maintainer response.
Installation
First, add the marketplace
/plugin marketplace add trailofbits/skills/plugin install dwarf-expert@trailofbitsQuality Score
90 /100
Analyzed about 12 hours ago
Trust Signals
Last commit3 days ago
GitHub owner trailofbits (opens in new tab)
Stars5.2k
LicenseCC-BY-SA-4.0
Status
Similar Extensions
Context7 Plugin
100Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Plugin
upstash
Reverse Engineering
95Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security
Plugin
wshobson