frida_objc_schedule
Schedule JavaScript code to execute on the Objective-C main thread dispatch queue, ensuring UI/AppKit-safe operations in a target process.
Instructions
Schedule JavaScript to run on the ObjC main thread dispatch queue.
Uses ObjC.schedule(ObjC.mainQueue, ...) for UI/AppKit-safe execution.
target: process name or pid (string).
js_code: JavaScript code to execute on the main queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| js_code | Yes |