frida_kernel_write
Write raw bytes to a specified kernel memory address using hex-encoded data for authorized dynamic analysis.
Instructions
Write raw bytes to kernel memory. Requires kernel access.
address: hex address (e.g. '0xffffff8000200000').
hex_bytes: hex-encoded bytes (e.g. 'deadbeef').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| hex_bytes | Yes |