Glenn Smith

Results 99 comments of Glenn Smith

That's not too surprising, given that each level of IL has a different way of rendering member access lookups (MLIL and HLIL actually use references to the type directly, vs...

Could do all the above. Likely blocked on #7 though since the current infra is rather melted.

How are you trying to run this? There are build/run instructions in the readme for local deployment, which should just be using standard Docker images. Also, none of the shell...

Closing this as not planned-- the api exists for local setups and decompiler devs with accounts. There's not really a need for a public CLI given public accounts are not...

Does this happen in all cases or only for specific binaries / structures / after a specific time / after performing specific actions? I can't reproduce this when simply opening...

If you could upload the binary that triggers the bug that would be appreciated. I spent some time poking around ntoskrnl which is admittedly only 8MB, and didn't see anything...

I tried loading the binary you provided and still couldn't reproduce this. Does it still happen if you start with plugins disabled / cleared settings? ![Image](https://github.com/Vector35/binaryninja-api/assets/711973/8a8ba747-1c0f-4c68-a18c-9a93d0b5d095)

Reopening this because I found a way to reproduce it which I think is accurate to the issue: 1. Add binary to project 2. Open binary 3. Open types view...

Fix for this is going out in >= 4.1.5432-dev

This is still an issue, but reverse now: Trying to navigate to a type will navigate to the first member of that type. We still need to enhance navigation events...