frida_objc_classes
List Objective-C classes in a target process filtered by a name pattern. Use for exploring class hierarchies during reverse engineering.
Instructions
Enumerate ObjC class names in a target process matching name_pattern
(glob-ish; * becomes .* for regex match).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| name_pattern | No | * |