get_messages
Retrieve messages from injected Frida scripts to analyze real-time execution data during Android dynamic analysis. Supports pagination and file export for debugging.
Instructions
Get messages collected from the injected script's send() calls. Call this after the user has triggered the target functionality.
Args: limit: Maximum number of messages to return (default 50). offset: Skip first N messages for pagination. save_to_file: If True, save all messages to a JSON file and return the path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| save_to_file | No |