Dr.Binary
/install binary-analysis
Dr. Binary Analysis
Required environment variables
DRBINARY_API_KEY— drbinary.ai → Settings → Billing → API Key
Steps
1. Upload the binary
Run upload.py with the local file path. It uploads the file to the
Dr. Binary sandbox and prints the remote path:
python skills/drbinary-analysis/upload.py /path/to/file.exe
# → /sandbox/\x3Cpathname>
2. Open Ghidra server
Call the ghidra_open_server MCP tool with the remote sandbox path
returned in step 1. This initialises analysis and returns basic file
metadata (size, hash, segments, imports, exports, strings, functions).
3. Analyse with Ghidra tools
Use the available MCP tools to perform a thorough analysis:
ghidra_list_imports— identify suspicious API callsghidra_list_strings— extract strings for IoC identificationghidra_list_exports— list exported symbolsghidra_decompile_function— decompile key functions to pseudo-Cghidra_generate_call_graph— understand program flowsandbox_execute— run safe commands (e.g.file,strings,sha256sum)
4. Report
Return a report in this format:
## Binary Analysis Report
**File Information**
- Name: [filename]
- Size: [bytes]
- SHA256: [hash]
**Analysis Summary**
[Brief overview of findings]
**Detailed Findings**
1. [Finding category]
- Evidence: [specific data]
- Significance: [what it means]
**Threat Assessment**
- Severity: [Critical/High/Medium/Low]
- Classification: [malware type or benign]
- Confidence: [High/Medium/Low]
**Recommendations**
1. [Action item]
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install binary-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/binary-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Dr.Binary 是什么?
Use when the user wants to analyze a binary file, check if a file is malicious, decompile an executable, or understand what a binary does. Triggers on: "anal... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。
如何安装 Dr.Binary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install binary-analysis」即可一键安装,无需额外配置。
Dr.Binary 是免费的吗?
是的,Dr.Binary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dr.Binary 支持哪些平台?
Dr.Binary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dr.Binary?
由 Deepbits Technology(@deepbitstech)开发并维护,当前版本 v1.0.0。