frida_kernel_read
Read kernel memory at a specified hex address and length, returning hex-encoded bytes for authorized analysis.
Instructions
Read kernel memory at an address. Requires kernel access.
address: hex address (e.g. '0xffffff8000200000').
length: bytes to read.
Returns hex-encoded bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| length | Yes |