frida_objc_choose
Enumerate live Objective-C instances of a class from the heap of a target process. Specify the class name to retrieve objects for inspection in memory.
Instructions
Find live ObjC instances of a class on the heap via ObjC.chooseSync.
target: process name or pid (string).
class_name: exact ObjC class name (e.g. 'NSMutableArray').
limit: max instances to return (default 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| class_name | Yes | ||
| limit | No |