What problem does it solve? When you need to reverse engineer a binary but lack an IDA Pro license, or when you need repeatable batch decompilation in CI pipelines, this Skill provides a structured Ghidra workflow instead of ad-hoc guessing. ## Core Features & Use Cases - GUI Decompilation Workflow: Import samples, run auto-analysis, decompile key functions, rename symbols, and trace cross-references from strings and imported APIs. - Headless Batch Analysis: Run analyzeHeadless with post-scripts to decompile many binaries automatically in CI or bulk triage scenarios. - Ghidra MCP Integration: Connect to a ghidra-mcp bridge so an AI agent can pull decompilation and xrefs directly, with ports and paths resolved from a tool index rather than guessed. - Use Case: You receive an unknown firmware sample and have no IDA license. Use this Skill to import it into Ghidra, identify the compiler and base address, decompile the functions referenced by suspicious strings, and export the results for downstream Frida or GDB dynamic analysis. ## Quick Start Use the ghidra-reverse skill to import this binary into Ghidra, run auto-analysis, and decompile the functions referenced by its suspicious strings.