detect_anti_debug
Scan the loaded executable for common anti-debugging techniques: API checks, timing checks, PEB flags, int 2d/3, TLS callbacks, and more. Identify protections to improve debugging effectiveness.
Instructions
Scan the loaded executable for common anti-debugging techniques: API checks (IsDebuggerPresent, NtQueryInformationProcess), timing checks, PEB flags, int 2d / int 3, TLS callbacks, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| module | No | Module name (default: main executable) |