Reverser Skill Catalog
Playbooks
| Skill | Use for |
|---|---|
/skills/standard/reverser/triage/SKILL.md |
First-pass ELF/PE/Mach-O triage |
/skills/standard/reverser/firmware/SKILL.md |
Router / IoT firmware extraction |
/skills/standard/reverser/packer-unpacking/SKILL.md |
UPX / ASPack / Themida / VMProtect |
/skills/standard/reverser/virtualized-protectors/SKILL.md |
VMProtect / VMP2 / Themida workflow |
/skills/standard/reverser/rop-chain/SKILL.md |
Gadget hunting for exploit dev |
/skills/standard/reverser/anti-debug-bypass/SKILL.md |
IsDebuggerPresent, ptrace, NtGlobalFlag |
/skills/standard/reverser/ghidra/SKILL.md |
Deep Ghidra analysis — decompile, xrefs, imports, P-code |
/skills/standard/reverser/windows-internals/SKILL.md |
Defensive driver exposure assessment in disposable Windows VMs |
/skills/standard/reverser/game-security/SKILL.md |
Self-hosted game client, protocol, replay, and server-authority research |
Workflow
ghidra_status— check Ghidra MCP bridge and headless availabilitybin_identify— format, arch, NX/PIEbin_packer— entropy + signature- If packed → follow the packer-unpacking skill, re-identify after unpack
bin_strings— category=url/ip/crypto/secret/version to seed the graphbin_symbols_report— risk bucket classification- Version strings →
cve_lookup+cve_by_package ghidra_analyzefor full analysis, orbin_ghidra_script/bin_r2_scriptfor headless Ghidra / Radare2 fallbackghidra_decompileon interesting functions,ghidra_xrefson dangerous imports- Record every observation in the knowledge graph