name: full-reverse description: Complete reverse engineering workflow. Trigger: full reverse, complete reverse, reverse workflow, 完整逆向, 逆向工作流.
Full Reverse Engineering Workflow
Auto-chain without confirmation:
Step 1: Load binary → skills/reverse-engineering/scripts/disasm_guide.py
Detect compiler/protector, extract strings, locate entry point.
Step 2: Unpack if needed → skills/reverse-engineering/scripts/unpacker.py
Identify packer, calculate entropy, dump sections.
Step 3: Disassemble target function → skills/reverse-engineering/scripts/disasm_guide.py
Trace xrefs, map control flow, identify key decision points.
Step 4: If license/auth check → hand off to full-crack workflow.
Step 5: If protocol/network → skills/game-cheat/scripts/packet_hook.py
Step 6: Output → full analysis report + IDA/Ghidra project notes to disk.
Output:
[OK]
Binary: $SAMPLE | Arch: $ARCH | Compiler: $COMPILER
Packer: $PACKER | Strings: $COUNT | Entry: $EP
Key functions: $FUNCTIONS
Analysis: $PATH/report.md
Auditeur de Securite
Securite
Analyse le code pour detecter les vulnerabilites OWASP Top 10.
Checklist de Sécurité OWASP
Securite
Génère des checklists de sécurité applicative basées sur l'OWASP Top 10.
Modélisation de Menaces
Securite
Génère des documents de modélisation de menaces avec analyse STRIDE.