dump_jsvmp_strings
Extract and decode strings from JSVMP-protected JavaScript scripts to reveal API names, property names, and constants used internally by the JSVMP interpreter.
Instructions
Extract and decode strings from a JSVMP-protected script.
Parses the script to find string arrays (common in JSVMP/OB obfuscation), attempts to decode XOR-encrypted or shifted string tables, and returns all readable strings. This reveals which API names, property names, and constants the JSVMP interpreter uses internally.
Args: script_url: URL of the JSVMP-protected script.
Returns: dict with decoded_strings, string_arrays found, and analysis info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_url | Yes |