pin_read_mem
Read up to 1024 bytes from a target process's memory and return hex data for headless debugging, register inspection, and dynamic analysis.
Instructions
Read up to 1024 bytes of target memory. Returns hex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ea | Yes | Address | |
| size | No | Byte count (max 1024) |