Binary analysis skills for Claude Code, powered by VulHunt MCP tools.
| Skill | Description |
|---|---|
call-sites |
Find function call sites in a binary |
code-pattern-matching |
Search for code patterns in decompiled output using Weggli |
dataflow-analysis |
Track data flow between function parameters, calls, and arguments |
decompiler |
Decompile a function in a binary to C-like pseudocode |
functions |
Find and list functions in a binary |
byte-pattern-matching |
Search for raw byte patterns in binary code |
btp-ba2-cli |
Interact with the Binarly Transparency Platform and Binarly Analysis Archives (BA2 files) |
Once installed, skills are available via:
/vulhunt:decompiler- Decompile a function/vulhunt:functions- Find functions/vulhunt:call-sites- Find call sites/vulhunt:dataflow-analysis- Perform dataflow analysis/vulhunt:code-pattern-matching- Search code patterns/vulhunt:byte-pattern-matching- Search byte patterns/vulhunt:btp-ba2-cli- Interact with the BTP and BA2s
- VulHunt MCP server must be configured and running
- Binary project must be opened via
open_projecttool
Via Claude Code:
git submodule update --init --remote
claude plugin marketplace add vulhunt-re/skills
claude plugin install vulhuntVia skills.sh:
npx skills add vulhunt-re/skills