frida_device_info
Retrieve detailed information about a connected Frida device, including device type and optional ID, for iOS reverse engineering tasks.
Instructions
Get detailed info about a Frida device.
Args: device_type: Device type: 'usb', 'local', or 'remote' (default: 'usb') device_id: Specific device ID (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | No | ||
| device_type | No | usb |