frida_heap_search
Search the heap of a target process for live Objective-C instances of a specified class.
Instructions
Search the heap for live ObjC instances of a class.
target: process name or pid (string).
class_name: exact ObjC class name (e.g. 'NSMutableDictionary').
Returns addresses and short descriptions of found instances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| class_name | Yes |