anti-debugging-techniques
anti debugging techniques
What it does
- code-obfuscation-deobfuscation when the binary also uses control flow flattening, VM protection, or string encryption
- vm-and-bytecode-reverse when the anti-debug sits inside a custom VM dispatcher
- symbolic-execution-tools when you want to symbolically skip anti-debug checks entirely
- Complete cross-reference matrix of technique × OS × detection method × bypass method
- Per-technique reliability ratings and false-positive notes
- Tool compatibility chart (GDB, x64dbg, WinDbg, Frida, ScyllaHide)
Requirements & configuration
- Also load ANTIDEBUGMATRIX.md when you need:
Configuration: LD_PRELOADSIGTRAPLINESCOLUMNSSTATUS_BREAKPOINTEXCEPTION_RECORDINT3
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
anti-debugging-techniques FAQ
What does the anti-debugging-techniques skill do?
>- Anti-debugging detection and bypass playbook. Use when reversing protected binaries that detect debuggers via ptrace, PEB flags, timing checks, or signal/exception handlers on Linux and Windows. code-obfuscation-deobfuscation when the binary also uses control flow flattening, VM protection, or string encryption vm-and-bytecode-reverse when the anti-debug sits inside a custom VM dispatcher
What does anti-debugging-techniques require?
Also load ANTIDEBUGMATRIX.md when you need: Configuration keys: LD_PRELOAD, SIGTRAP, LINES, COLUMNS, STATUS_BREAKPOINT, EXCEPTION_RECORD, INT3.
How do I install anti-debugging-techniques?
Run: npx -y skills add https://github.com/yaklang/hack-skills --skill anti-debugging-techniques --agent claude-code — the source lives at github.com/yaklang/hack-skills.
Maintain anti-debugging-techniques?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[anti-debugging-techniques on getagentictools](https://getagentictools.com/skills/yaklang-hack-skills-anti-debugging-techniques?ref=badge) npx agentictools info skills/yaklang-hack-skills-anti-debugging-techniques The second line is the CLI lookup for this page — handy in READMEs and docs.