frida_objc_hook_method
Hook Objective-C methods on iOS or macOS to intercept, log arguments, and monitor return values for debugging and analysis.
Instructions
Hook an Objective-C method (iOS/macOS).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| class_name | Yes | ||
| method_name | Yes | Method selector (e.g., '-[NSString length]' or just 'length') | |
| log_args | No | ||
| log_return | No |