data_read_string
Read strings from memory addresses in IDA Pro when standard variable retrieval fails, enabling analysis of binary data during reverse engineering.
Instructions
Read the string 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 string from |