frida_objc_inspect_object
Inspect an Objective-C object at a given memory address to retrieve its class name, methods, ivars, and description for dynamic analysis.
Instructions
Inspect an ObjC object at a given address.
Wraps the pointer with ObjC.Object and extracts class name, methods, ivars, and description.
target: process name or pid (string).
address: hex address of the ObjC object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| address | Yes |