frida_objc_list_protocols
Lists all registered Objective-C protocols in a target process and returns them sorted.
Instructions
List all registered ObjC protocols in a target process.
target: process name or pid (string).
Returns sorted protocol names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |