-
Notifications
You must be signed in to change notification settings - Fork 281
Symbol widget does not handle multiple symbols of the same type at the same address #8059
Copy link
Copy link
Open
Open
Copy link
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundUI: SymbolsIssues with the Symbols widgetIssues with the Symbols widget
Milestone
Description
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
foois there bv.define_auto_symbol(Symbol(SymbolType.FunctionSymbol, here, "bar"))- Notice the list has
barandfoois gone, but the view still displaysfooandbv.get_symbols(here)containsfooas well
Expected Behavior:
The symbol widget should show all symbols defined in the binary, or at least be consistent with what linear/graph shows
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundUI: SymbolsIssues with the Symbols widgetIssues with the Symbols widget