js_trace_call_chain
Trace the call chain of a JavaScript function to reveal its callers and callees. Helps reverse engineer login encryption logic in web security.
Instructions
追踪指定函数的调用链(谁调用了它,它又调用了谁)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| functionName | Yes | 目标函数名 | |
| depth | No | 追踪深度,默认2 |