bypass_anti_debug
Detects anti-debugging techniques in JavaScript and generates bypass scripts to neutralize debugger loops, devtools detection, timing checks, and more.
Instructions
Generate anti-debugging bypass scripts for common anti-debug techniques. Detects and generates bypass for: debugger statement loops, setInterval debugger, devtools detection (window size, console access, Function.toString), timing checks, console.log getter traps, and CodeMirror/eruda detection. Input: JS source code or technique name. Returns bypass injection script + injection instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | JS source code to analyze (if empty, generate universal bypass) | |
| techniques | No | Specific techniques to bypass (default: all) | |
| outputFormat | No | Output format (default: inject_script) |