Call RPC Method
call_rpcCall an RPC method on a persistent Frida script to interact with a dynamically instrumented process. Requires prior attach and script load.
Instructions
Call a function exported by a persistent script loaded via load_script. If this fails because the process is detached/crashed, call the attach tool again and then load_script before retrying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | Name of the persistent script | |
| method | Yes | RPC method name | |
| args | No | JSON arguments to pass |