anti-reversing-techniques

anti reversing techniques

wshobson ↓ 8.2k
Claude Code
View source ↗

What it does

  • Binary path or sample: the executable, DLL, or firmware image under analysis
  • Platform: Windows x86/x64, Linux, macOS, ARM — affects which checks apply
  • Goal: bypass for dynamic analysis, identify protection type, build detection code, implement for CTF
  • Protection identification: named technique (e.g., RDTSC timing check, PEB BeingDebugged) with location in binary
  • Bypass strategy: specific patch addresses, hook points, or tool commands to neutralize each check
  • Analysis report: structured findings listing each protection layer, severity, and recommended bypass
  • Code artifacts: Python/IDAPython scripts, GDB command sequences, or C stubs for bypassing or implementing checks

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

anti reversing techniques

Source

Repository: https://github.com/wshobson/agents

anti-reversing-techniques FAQ

What does the anti-reversing-techniques skill do?

Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use this skill when analyzing malware evasion techniques, when implementing anti-debugging protections for CTF challenges, when reverse engineering packed binaries, or when building security research tools that need to detect virtualized environments. Binary path or sample: the executable, DLL, or firmware image under analysis Platform: Windows x86/x64, Linux, macOS, ARM — affects which checks apply

How do I install anti-reversing-techniques?

Run: npx -y skills add https://github.com/wshobson/agents --skill anti-reversing-techniques --agent claude-code — the source lives at github.com/wshobson/agents.

Maintain anti-reversing-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-reversing-techniques on getagentictools
[![anti-reversing-techniques on getagentictools](https://getagentictools.com/badge/skills/wshobson-agents-anti-reversing-techniques.svg)](https://getagentictools.com/skills/wshobson-agents-anti-reversing-techniques?ref=badge)
npx agentictools info skills/wshobson-agents-anti-reversing-techniques

The second line is the CLI lookup for this page — handy in READMEs and docs.