Vector35 / binaryninja-api

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

Small negative numbers sometimes show up as large positive numbers when they shouldn't #3269

Open plafosse opened 2 years ago

plafosse commented 2 years ago

Small negative numbers sometimes show up as large positive numbers sometimes:

At LLIL it looks correct:

image

But at HLIL its showing wrong:

image

fuzyll commented 1 month ago

Does anyone have specific test cases for this?

CouleeApps commented 1 month ago

Possibly related: https://github.com/Vector35/binaryninja-api/issues/2237