frida_objc_bind_data
Bind arbitrary data to an Objective-C object at a specified memory address for later retrieval using Frida's ObjC API.
Instructions
Call ObjC.bind() and ObjC.getBoundData().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| object_address | Yes | ||
| data | Yes |