read_memory_bytes
Read raw bytes from memory addresses in IDA Pro when other variable lookup methods fail, enabling direct binary data access for reverse engineering analysis.
Instructions
Read bytes at a given address.
Only use this function if `get_global_variable_at` and `get_global_variable_by_name`
both failed.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_address | Yes | Address of the memory value to be read | |
| size | Yes | size of memory to read |