connect
Connect to Android apps for security testing by specifying bundle ID, name, or PID. Use this tool to establish connections before performing mobile application research with Frida functionality.
Instructions
Connect to an app by bundle ID, name, or PID. Must call this before using other tools. When spawn=True, uses reliable adb-based launch instead of Frida spawn.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | App bundle ID, process name, or PID | |
| device_id | No | Device ID (optional) | |
| spawn | No | Spawn the app fresh (force stop + launch) before attaching (default: false) | |
| timeout_ms | No | Timeout for waiting for app/Java to be ready in ms (default: 15000) |