binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Cross Refences problem

Open ethergrouik opened this issue 1 year ago • 2 comments

Environment

  • Binary Ninja Version: DEV 4.2.59.22 Personal
  • OS: Linux
  • OS Version: Debian 12
  • CPU Architecture: x64

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.

ethergrouik avatar Aug 20 '24 09:08 ethergrouik

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

plafosse avatar Aug 20 '24 14:08 plafosse

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.

ethergrouik avatar Aug 20 '24 18:08 ethergrouik