frida_dump_class
Dump the complete Objective-C class structure including methods, protocols, and instance variables for a specified class in a target process.
Instructions
Dump full ObjC class structure: methods, protocols, ivars.
target: process name or pid (string).
class_name: exact ObjC class name. Returns own methods,
superclass, protocols, and instance variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| class_name | Yes |