Version and Platform (required):
- Binary Ninja Version: 5.3.9393-dev
Bug Description:
When there are multiple symbols at the same address, the symbol widget will only display one of them
Steps To Reproduce:
Please provide all steps required to reproduce the behavior:
- Open a.zip
- Navigate to
foo
- Open the symbol sidebar widget
- Notice
foo is there
bv.define_auto_symbol(Symbol(SymbolType.FunctionSymbol, here, "bar"))
- Notice the list has
bar and foo is gone, but the view still displays foo and bv.get_symbols(here) contains foo as well
Expected Behavior:
The symbol widget should show all symbols defined in the binary, or at least be consistent with what linear/graph shows
Version and Platform (required):
Bug Description:
When there are multiple symbols at the same address, the symbol widget will only display one of them
Steps To Reproduce:
Please provide all steps required to reproduce the behavior:
foofoois therebv.define_auto_symbol(Symbol(SymbolType.FunctionSymbol, here, "bar"))barandfoois gone, but the view still displaysfooandbv.get_symbols(here)containsfooas wellExpected Behavior:
The symbol widget should show all symbols defined in the binary, or at least be consistent with what linear/graph shows