Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
922 stars 209 forks source link

Allow toggling integer display signed-ness with `-` #4519

Open jonpalmisc opened 1 year ago

jonpalmisc commented 1 year ago

The - hotkey can toggle the signed-ness of an integer data variable. It would also be handy if it could toggle the display signed-ness of integer tokens in linear/graph view.

jonpalmisc commented 1 week ago

Adding some more context and shamelessly bumping this: I notice Binary Ninja guessing the sign incorrectly a lot when analyzing kernels that are located at high addresses.