frida_post_message
Send JSON-serializable messages and optional binary data to a script injected via Frida. Use script_id to target the specific injection and deliver commands or payloads.
Instructions
Post a message to an injected script.
Args: script_id: ID returned by frida_inject. message: JSON-serializable message to send. data: Optional base64-encoded binary data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| message | Yes | ||
| script_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||