dwarf-expert
仓库创建 2026年1月15日最近提交 10 小时前SkillHot 收录 21 天前
▸ 精选理由
适合构建调试器或解析二进制的开发者,覆盖标准细节与常见用例。
这个 Skill 做什么
提供 DWARF 调试格式(v3–v5)的专业知识与解析、生成和示例指导。
提供关于 DWARF(v3–v5)调试信息的实战知识:怎么解析 DWARF 数据、生成或修改调试段,以及示例代码和使用场景。用在分析二进制、符号解析、堆栈回溯或开发调试/分析工具时最有用,能帮你把编译器或调试器输出的符号、类型和范围信息看懂并利用起来。
▸ 展开 SKILL.md 英文原文
Provides expertise for analyzing DWARF debug files and understanding the DWARF debug format/standard (v3-v5). Triggers when understanding DWARF information, interacting with DWARF files, answering DWARF-related questions, or working with code that parses DWARF data.
6.3k
Stars
543
Forks
40
仓库内 Skill
+282
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trailofbits/skills/main/plugins/dwarf-expert/skills/dwarf-expert/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trailofbits/skills/main/plugins/dwarf-expert/skills/dwarf-expert/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Overview This skill provides technical knowledge and expertise about the DWARF standard and how to interact with DWARF files. Tasks include answering questions about the DWARF standard, providing examples of various DWARF features, parsing and/or creating DWARF files, and writing/modifying/analyzing code that interacts with DWARF data. ## When to Use This Skill - Understanding or parsing DWARF debug information from compiled binaries - Answering questions about the DWARF standard (v3, v4, v5) - Writing or reviewing code that interacts with DWARF data - Using `dwarfdump` or `readelf` to extract debug information - Verifying DWARF data integrity with `llvm-dwarfdump --verify` - Working with
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有