inject_knowledge
Manually inject obfuscation patterns or custom strategies into the knowledge base to steer the evolutionary deobfuscation process and accelerate convergence.
Instructions
手动向知识库注入人工经验(混淆模式或自定义策略),干预进化方向,加速收敛。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | Yes | 修复逻辑(JavaScript 代码字符串,接收 code 参数,返回修复后代码) | |
| name | Yes | 模式或策略名称(唯一标识) | |
| signature | Yes | 正则特征签名(用于匹配目标代码) | |
| injectType | Yes | pattern=注入混淆模式 | strategy=注入自定义策略 | |
| description | Yes | 描述 |