frida_native_function
Call native functions directly by address or name to interact with process memory. Specify return and argument types for precise instrumentation.
Instructions
Call a native function directly by address or name. Specify return type and argument types.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | Yes | Function address (hex) or 'module!name' | |
| return_type | No | Return type: void, int, pointer, etc. | void |
| arg_types | No | Argument types | |
| args | No | Argument values |