How to triage an unknown binary with ReVa in Ghidra
何時使用: You have a binary to quickly assess before committing to deep analysis.
前置條件
- 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
步驟
-
Initial triageLoad this binary and give me a quick triage: what platform, what language, key functions, interesting strings, and imported libraries.✓ 已複製→ 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?✓ 已複製→ Decompiled code with focused analysis
結果: A quick assessment of the binary's purpose and suspicious functionality.
注意事項
- Asking too broad questions causes context degradation — ReVa's small tools are designed for focused queries — ask specific questions about specific functions