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]
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install binary-analysis - After installation, invoke the skill by name or use
/binary-analysis - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 209 downloads so far.
How do I install Dr.Binary?
Run "/install binary-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Dr.Binary free?
Yes, Dr.Binary is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Dr.Binary support?
Dr.Binary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Dr.Binary?
It is built and maintained by Deepbits Technology (@deepbitstech); the current version is v1.0.0.