frida_read_memory
Read raw memory from a target process by specifying a hex address and size, returning a hex dump of the memory region.
Instructions
Read raw memory from a target process.
address: hex string (e.g. '0x100000000').
size: bytes to read (capped at 64KB).
Returns hex dump of the memory region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| address | Yes | ||
| size | Yes |