What problem does it solve?
This Skill enables focused, depth-first reverse engineering investigations to answer specific questions about binaries while improving the Ghidra database for future analysis.
Core Features & Use Cases
- Structured investigation loop: READ, UNDERSTAND, IMPROVE, VERIFY, and FOLLOW THREADS to produce incremental, evidence-based findings.
- Evidence-driven conclusions: Every claim includes precise addresses, decompilation snippets, and cross-reference context.
- Assistive instruction for focused analysis: Guides users to pursue unanswered threads with bookmarks and comments for traceability.
- Use Case: When you want to drill into a suspicious function to determine if it performs cryptography or to identify data flows and key sources.
Quick Start
Start by identifying a target function, then run a short investigation loop: read decompilation, examine references, rename variables, and document evidence with bookmarks. For example: ask the model, "What does FUN_00401850 do?" and follow the investigation workflow to return a concise, evidence-backed answer.