frida_inject_script
Inject JavaScript scripts into processes to hook functions, intercept calls, modify behavior, and read memory for dynamic instrumentation and analysis.
Instructions
Inject and run a Frida JavaScript script in a process. The script can hook functions, intercept calls, modify behavior, read memory, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID from frida_attach | |
| script | Yes | JavaScript code to inject | |
| on_message | No | Whether to capture script messages |