What problem does it solve? Analysts reverse engineering packed or protected binaries encounter anti-debugging checks, VM detection, and obfuscated code that block dynamic analysis. This Skill provides the detection patterns, bypass strategies, and tooling needed to neutralize these protections during authorized malware analysis, CTF work, and security research. ## Core Features & Use Cases - Anti-Debugging Identification and Bypass: Recognize Windows API checks (IsDebuggerPresent, NtQueryInformationProcess), PEB flag inspection, timing checks (RDTSC), and Linux ptrace/TracerPid detection, with concrete bypass steps for x64dbg, GDB, and ScyllaHide. - Anti-VM and Obfuscation Analysis: Detect hypervisor fingerprints (CPUID leaves, registry artifacts, MAC prefixes) and analyze control flow flattening, opaque predicates, string encryption, and API hashing. - Use Case: A malware analyst loads a packed sample that exits immediately under a debugger. The Skill identifies a PEB BeingDebugged check and an RDTSC timing guard, then provides the exact patch addresses and ScyllaHide configuration to proceed with dynamic analysis. ## Quick Start Analyze the attached binary for anti-debugging and anti-VM protections and produce a bypass report with patch locations.