frida_hexdump
Generate a formatted hex dump of memory at a given address in a process, specifying target, address, and length.
Instructions
Formatted hex dump of memory at an address.
target: process name or pid (string).
address: hex address (e.g. '0x100000000').
length: bytes to dump (default 256, max 4096).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| address | Yes | ||
| length | No |