catalog/repos/0xeb--anthropic-xsql-tools-plugin.md

38 lines
770 B
Markdown
Raw Permalink Normal View History

2026-04-06 19:01:37 +08:00
# 逆向工程插件市场
`Claude Code` `插件` `逆向工程` `二进制分析` `IDA Pro` `Binary Ninja`
# 0xeb 工具市场
一个用于逆向工程、二进制分析和通用工具的 Claude Code 插件市场。
## 安装
```
/plugin marketplace add 0xeb/anthropic-xsql-tools-plugin
```
然后浏览并安装:
```
/plugin menu
```
## 可用插件
### 逆向工程
| 插件 | 描述 |
|--------|-------------|
| [bnsql](plugins/bnsql/) | Binary Ninja 数据库的 SQL 接口 |
| [idasql](plugins/idasql/) | IDA Pro 数据库的 SQL 接口 |
## 故障排查
### 插件安装时 SSH 克隆失败
如果 `/plugin install``Permission denied (publickey)` 错误:
```bash
git config --global url."https://github.com/".insteadOf "git@github.com:"
```