bypass_debugger_trap
Inject anti-debugging bypass script to neutralize debugger traps in JavaScript reverse engineering. Bypasses common anti-debugging techniques like infinite loops and function detection.
Instructions
Inject anti-debugging bypass script to neutralize debugger traps.
Bypasses common anti-debugging techniques:
Infinite debugger loops via Function constructor
setInterval/setTimeout debugger checks
Function.prototype.toString detection
This is a convenience wrapper around inject_hook_preset("debugger_bypass").
Returns: dict with injection status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||