anti-reversing-techniques
Techniques and bypass strategies for anti-debugging, anti-VM, and code obfuscation in security research.
Install
npx skills add https://github.com/wshobson/agents --skill anti-reversing-techniquesStats
| Total installs | 3,366 |
| Weekly installs | 3.3K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers Windows and Linux anti-debugging methods including API-based detection (IsDebuggerPresent, NtQueryInformationProcess), PEB manipulation, timing checks, and exception-based techniques, with documented bypass approaches for each
- Includes anti-VM detection strategies (CPUID fingerprinting, registry/file checks, timing anomalies) and hardening tactics for analysis environments
- Details code obfuscation patterns: control flow flattening, opaque predicates, string encryption, API hashing, and instruction-level obfuscation with analysis and deobfuscation methods
- Covers packing identification, dynamic unpacking methodology (OEP finding, import table fixing), and virtualization-based protection analysis using tools like x64dbg, Scylla, and symbolic execution frameworks
- Emphasizes authorized use only for malware analysis, authorized penetration testing, CTF competitions, and security research
Tags
Related skills
| Skill | Installs | vs anti-reversing-techniques |
|---|---|---|
| best-practices | 3,568 | +202 |
| sast-configuration | 3,348 | -18 |
| firebase-data-connect | 3,445 | +79 |
| pci-compliance | 3,304 | -62 |
| solana-dev | 3,037 | -329 |
FAQ
- How many installs does anti-reversing-techniques have?
- anti-reversing-techniques has 3,366 total installs and 3.3K installs this week.
- Where is anti-reversing-techniques hosted?
- anti-reversing-techniques is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does anti-reversing-techniques have?
- anti-reversing-techniques has 32.4K GitHub stars.
- When was anti-reversing-techniques first indexed?
- OrangeBot.AI first indexed anti-reversing-techniques on Jan 20, 2026.
- How do I install anti-reversing-techniques?
- Run: npx skills add https://github.com/wshobson/agents --skill anti-reversing-techniques