frida_ios_url_scheme_hook
Capture incoming URL schemes and Universal Links by hooking UIApplication openURL: and application:openURL:options: on iOS/macOS.
Instructions
[iOS/macOS] Hook URL scheme and Universal Link handling.
Hooks UIApplication openURL:, application:openURL:options:, and application:continueUserActivity:restorationHandler:. Also hooks NSWorkspace openURL: on macOS. Captures incoming URL schemes and Universal Links.
target: process name or pid (string).
duration_seconds: how long to capture (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| duration_seconds | No |