hook_native
Hook native functions in Android applications using module names and memory offsets to intercept and analyze function calls during security testing.
Instructions
Hook a native function by module+offset. Messages collected via get_hook_messages().
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Module name (partial match ok) | |
| offset | Yes | Hex offset from module base (e.g., '0x1234') | |
| name | No | Optional hook name for identification |