deobfuscate
Deobfuscates minified JavaScript code to reveal readable source structure, enabling analysis of bundled modules and extraction of specific symbols for reverse engineering.
Instructions
Unpacks/deobfuscates minified code & caches result.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| filePath | No | ||
| unbundle | No | ||
| returnCode | No | ||
| mangle | No | ||
| jsx | No | ||
| skipVendor | No |