data_read_qword
Read an 8-byte QWORD value from a specified memory address in IDA Pro when other methods fail to retrieve global variables.
Instructions
Read the 8 byte value at the specified address as a QWORD.
Only use this function if `get_global_variable_at` failed.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address to get 8 bytes value from |