Vector35 / binaryninja-api

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

MemoryMap sections view has some selection artifacts #6077

Open plafosse opened 3 days ago

plafosse commented 3 days ago

Binary Ninja 4.2 dev

Painting of segment boarder has some artifacts sometimes. I don't have exact repro steps but select segments and scroll around is sections and you should see it

image

we're likely missing some re-paint call somewhere

negasora commented 3 days ago

That's highlighting related segments/sections

plafosse commented 1 day ago

No thats not what I'm talking about. You can see in the bottom image only one line is drawn compare that with the segments view where you can see the lines on the side as well. Galen was also able to reproduce this. I wish I had some repro steps...

plafosse commented 1 day ago

I was also get to to go completely unresponsive by clicking around only: image

negasora commented 1 day ago

Where were you clicking? Did you end up in raw view by navigating?

plafosse commented 1 day ago

Oh you're right thats what happened on the bottom image.... thats a little confusing.