How to triage an unknown binary with ReVa in Ghidra
When to use: You have a binary to quickly assess before committing to deep analysis.
Prerequisites
- Ghidra 12.0+ with ReVa installed — Download release, install via Ghidra extension manager
- MCP client configured — Claude Code or VSCode connected to ReVa's MCP endpoint
Flow
-
Initial triageLoad this binary and give me a quick triage: what platform, what language, key functions, interesting strings, and imported libraries.✓ Copied→ Concise triage report with platform, language hints, notable functions and strings
-
Focus on suspicious functionsDecompile the functions that reference network or crypto strings. What are they doing?✓ Copied→ Decompiled code with focused analysis
Outcome: A quick assessment of the binary's purpose and suspicious functionality.
Pitfalls
- Asking too broad questions causes context degradation — ReVa's small tools are designed for focused queries — ask specific questions about specific functions