memory_read
Read a memory value at a specified address. Supports various data types like byte, word, int, float, string, and pointer.
Instructions
Read a value from memory.
address accepts hex ('0x7FF...'), decimal, a symbol, or 'module+offset'.
size applies to string/aob reads. wide reads UTF-16 strings.
type is one of: byte, 2byte/word, 4byte/int, 8byte/qword, float, double,
string, aob (space-separated hex), pointer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| type | No | 4byte | |
| wide | No | ||
| signed | No | ||
| address | Yes |