binaryninja-api
binaryninja-api copied to clipboard
"Display as" on integer data variables shows address in preview instead of value
To repro:
- Create a new file
- Input
1234in Hex view - Switch to linear view
- Press
2to create anint16_t - Right click on
data_0and hover overDisplay as - Notice all previews show
0instead of the value of the data var
I can reproduce this. This only happens when you select the token for the data variable itself. If you select the value token it works. Probably just a luck of judgement of selected token