Comprehensive guide for binary reverse engineering. This skill provides the overall methodology, philosophy, and reference material. Related skills handle specific phases:
| binary-re:triage | Fast fingerprinting | "what is this binary", "identify", "file type" | | binary-re:static-analysis | r2 + Ghidra analysis | "disassemble", "decompile", "functions" | | binary-re:dynamic-analysis | QEMU + GDB + Frida | "run", "execute", "debug", "trace" |
| binary-re:synthesis | Report generation | "summarize", "report", "document findings" | | binary-re:tool-setup | Install tools | "install", "setup", "tool not found" |
Questa competenza dovrebbe essere utilizzata durante l'analisi di file binari, eseguibili o bytecode per comprendere cosa fanno o come funzionano. Trigger su "binario", "eseguibile", "ELF", "cosa fa", "reverse engineer", "disassemblare", "decompile", "file pyc", "bytecode python", "analizza binario", "capire", "marshal". Percorsi verso competenze secondarie per triage, analisi statica, analisi dinamica, sintesi o configurazione degli strumenti. Fonte: 2389-research/claude-plugins.