vulhunt-re/skills
GitHub: vulhunt-re/skills
为 Claude Code 提供二进制分析能力的技能插件,支持反编译、数据流分析、模式匹配等功能。
Stars: 0 | Forks: 0
# VulHunt Skills 插件
Claude Code 的二进制分析技能,由 VulHunt MCP 工具提供支持。
## 技能
| 技能 | 描述 |
|-------|-------------|
| `call-sites` | 在二进制文件中查找函数调用点 |
| `code-pattern-matching` | 使用 Weggli 在反编译输出中搜索代码模式 |
| `dataflow-analysis` | 跟踪函数参数、调用和参数之间的数据流 |
| `decompiler` | 将二进制文件中的函数反编译为类 C 伪代码 |
| `functions` | 查找并列出二进制文件中的函数 |
| `byte-pattern-matching` | 在二进制代码中搜索原始字节模式 |
| `btp-ba2-cli` | 与 Binarly Transparency Platform 和 Binarly Analysis Archives (BA2 文件) 交互 |
## 用法
安装后,可通过以下方式使用技能:
- `/vulhunt:decompiler` - 反编译函数
- `/vulhunt:functions` - 查找函数
- `/vulhunt:call-sites` - 查找调用点
- `/vulhunt:dataflow-analysis` - 执行数据流分析
- `/vulhunt:code-pattern-matching` - 搜索代码模式
- `/vulhunt:byte-pattern-matching` - 搜索字节模式
- `/vulhunt:btp-ba2-cli` - 与 BTP 和 BA2 交互
## 要求
- 必须配置并运行 VulHunt MCP server
- 必须通过 `open_project` 工具打开二进制项目
## 安装
通过 Claude Code:
```
git submodule update --init --remote
claude plugin marketplace add vulhunt-re/skills
claude plugin install vulhunt
```
通过 skills.sh:
```
npx skills add vulhunt-re/skills
```
标签:Binarly, Claude, CVE检测, DLL 劫持, LSP, MCP, Weggli, 二进制分析, 云安全监控, 云安全运维, 云资产清单, 反编译器, 固件分析, 大语言模型, 恶意代码分析, 插件, 模式匹配, 网络安全, 自动化安全工具, 自动化资产收集, 逆向工程, 配置文件, 隐私保护, 静态分析