Vector35 / binaryninja-api

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

Cross Refences problem #5861

Open ethergrouik opened 3 weeks ago

ethergrouik commented 3 weeks ago

Environment

Bug Description: Hello, There is a small synchronization problem between the visualization of code references depending on the different selected languages.

Steps To Reproduce: Select a variable, display it as a pointer to retrieve the name of the target variable. If you are in Disassembly, you can see its name each time I see this address in the program. In HLIL, I will only see it in the function where you did the renaming.

Tks for the support.

plafosse commented 3 weeks ago

Could you possibly share a screenshot or even better a binary?

ethergrouik commented 3 weeks ago

Sorry, I can only share screenshots... Code references while using the HLIL view: hlil When I change to the Disassembly view: disassembly

It seems like the rename isn't propagated to the HLIL view.