evolve_js
Start an evolutionary deobfuscation workflow on a target URL, iterating until code matching reaches the success threshold. Self-learning accelerates future runs.
Instructions
对目标 URL 启动自动进化逆向工作流,直到反混淆代码匹配率达到阈值(默认 100%)。内置自学习:每次调用都会积累经验,越用越快。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | 自定义会话 ID(可选,不填自动生成) | |
| targetUrl | Yes | 目标页面 URL(必填) | |
| maxIterations | No | 最大进化迭代次数,默认 50 | |
| enableSelfLearn | No | 是否开启自学习记忆,默认 true | |
| enableAutoExpand | No | 是否允许自动合成新策略,默认 true | |
| successThreshold | No | 成功阈值 0~1,默认 1.0(完全匹配) |