SKILLS/DEVELOPER TOOLS/reverse-engineering-workbench/SKILL.md
Coordinate EVOKORE reverse-engineering work across Ghidra-style static analysis, semantic recovery, and debugger-guided triage. Use when opening an unfamiliar binary, planning a decompilation workflow, or choosing between static and dynamic analysis paths.
npx skillsauth add mattmre/evokore-mcp reverse-engineering-workbenchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Coordinate reverse-engineering work as a staged workflow instead of jumping straight into decompilation. Select the right tool family, define the evidence needed, and move from reconnaissance to semantic recovery to debugger confirmation.
Run discover_tools first so the right child-tool families become visible for the session.
Suggested discovery prompts:
ghidra headless reverse engineering decompile xrefs strings imports exportsbinary analysis debugger x64dbg windbg malware triage pe dotnetreva ghidra assistant reverse engineeringExpected tool families:
ghidra_headless_* for structured static analysis, decompilation, xrefs, types, comments, and patchingbinary_analysis_* for static triage, .NET work, control flow, malware heuristics, YARA, x64dbg, and WinDbgreva_* for assistant-style Ghidra workflows if the ReVa child server is enabledreverse-engineering-company-system if the target is large, ambiguous, or likely to span multiple RE lanes.unknown-binary-onboarding to choose the right specialist tools and produce the first target queue.ghidra-core-recon to map functions, strings, imports, exports, and likely entry points.ghidra-function-analysis or semantic-recovery-campaign on priority routines and subsystems.ghidra-rename-and-retype to clean names, signatures, variables, comments, and data types.debugger-driven-analysis if runtime-only behavior, unpacking, crypto state, IPC, or anti-analysis logic remains unclear.malware-triage-workflow if the sample is suspicious, packed, or clearly malicious.reverse-engineering-improvement-loop after meaningful milestones so future sessions inherit the lessons instead of relearning them.Produce the following artifacts before declaring a slice complete:
references/capability-slices.md - capability map extracted from GhidraMCP, ghidra-headless-mcp, and binary-mcpreferences/repo-shortlist.md - recently updated high-signal repos to mine for future skill expansion../reverse-engineering-company-system/references/operating-model.md - company-grade RE stage model for EVOKORE../reverse-engineering-company-system/references/repo-pattern-matrix.md - repo patterns worth extracting from active RE ecosystems../reverse-engineering-company-system/references/learning-loop.md - slim memory loop for self-improving reverse-engineering sessionsdevelopment
Core orchestration framework for model-agnostic multi-agent workflows with handoff protocol, policy governance, and configuration schemas
testing
Specialized skill for triage issue skill workflows.
development
Complete workflow for building, implementing, and testing goal-driven agents. Orchestrates hive-* skills. Use when starting a new agent project, unsure which skill to use, or need end-to-end guidance.
development
Iterative agent testing with session recovery. Execute, analyze, fix, resume from checkpoints. Use when testing an agent, debugging test failures, or verifying fixes without re-running from scratch.