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
Security Audit Scanner
Security
Analyzes code to detect OWASP Top 10 vulnerabilities.
OWASP Security Checklist
Security
Generates application security checklists based on the OWASP Top 10.
Threat Model Generator
Security
Generates threat model documents with STRIDE analysis.