Run JavaScript deobfuscation pipeline
js_deobfuscate_pipelineDeobfuscate JavaScript by applying constant folding, removing dead branches, decoding string arrays, and optionally deflattening control flow.
Instructions
Run conservative constant folding, dead-branch removal, string-array decoding, and optional control-flow deflattening.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| aggressive | No |