data_read_byte
Read a single byte value from a specified memory address in IDA Pro when other variable retrieval methods fail.
Instructions
Read the 1 byte value at the specified address.
Only use this function if `get_global_variable_at` failed.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address to get 1 byte value from |