frida_evaluate
Execute JavaScript code in the Frida runtime of an attached process to analyze, modify, or instrument application behavior dynamically.
Instructions
Evaluate arbitrary JavaScript in the Frida runtime of an attached process.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| code | Yes | JavaScript code to evaluate |