deobf-all
Installation
SKILL.md
Deobf-All — Unified Deobfuscation Dispatcher
Load this skill when you encounter any obfuscated or protected code and need the full deobfuscation arsenal. It pulls in all relevant sub-skills simultaneously, then routes based on the concrete situation.
1. SKILL INVENTORY — Load All on Activation
When this skill is activated, immediately read_skill for ALL of the following to bring their instructions into context:
| # | Skill Name | Purpose | Priority |
|---|---|---|---|
| 1 | code-obfuscation-deobfuscation |
Core deobf: CFF, opaque predicates, string encrypt, import hiding, anti-disasm | P0 |
| 2 | ast-deobfuscation |
JavaScript AST deobfuscation: pattern detection, pipeline, site-specific adapters | P0 (for JS) |
| 3 | vm-and-bytecode-reverse |
VM protectors (VMProtect/Themida), custom VM dispatcher, opcode mapping | P1 |
| 4 | anti-debugging-techniques |
Anti-debug detection & bypass (ptrace, PEB, timing, TLS callback, VEH) | P1 |
| 5 | symbolic-execution-tools |
angr/Z3/Triton automated deobfuscation, constraint solving, emulation unpacking | P1 |
| 6 | binary-protection-bypass |
ASLR/NX/PIE/Canary/RELRO bypass (often layered with obfuscation) | P2 |
| 7 | ctf-reverse |
CTF reverse engineering challenges methodology | P2 |
| 8 | anti-reversing-techniques |
Anti-reversing identification and circumvention | P2 |
| 9 | deep-analysis |
Deep reverse engineering analysis (comprehensive triage) | P2 |