frida_intercept_method
Hook and modify Objective-C methods on iOS or Java methods on Android by injecting JavaScript code to intercept and replace their implementations during runtime.
Instructions
Intercept an Objective-C method (iOS) or Java method (Android).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| class_name | Yes | Class name | |
| method_name | Yes | Method name | |
| implementation | No | JavaScript replacement implementation |