frida_intercept_objc_method
Analyze Objective-C method calls by hooking and logging invocations with arguments. Specify target class, method, and duration for capture.
Instructions
Hook a specific ObjC method via Interceptor and log invocations.
class_name: e.g. 'NSFileManager'.
method_name: e.g. '- contentsOfDirectoryAtPath:error:'.
Captures arguments (up to 6 beyond self/sel) on each call for
duration_seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| class_name | Yes | ||
| method_name | Yes | ||
| duration_seconds | No |