read_memory_block
Read a block of memory from a specified address and get bytes as a space-separated hex string.
Instructions
Read length bytes from memory starting at address.
Returns the bytes as a space-separated hex string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |