get_global_variable_value_by_name
Retrieve compile-time known values of global variables in binary analysis, providing direct access to variable data without manual memory reading.
Instructions
Read a global variable's value (if known at compile-time)
Prefer this function over the `data_read_*` functions.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variable_name | Yes | Name of the global variable |