frida_system_function_call
Invoke native functions in a target process by providing memory address, return type, and argument types and values via GumJS SystemFunction.
Instructions
Call a native function using GumJS SystemFunction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| address | Yes | ||
| return_type | Yes | ||
| arg_types | Yes | ||
| args | Yes |