-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Open
Enhancement
Copy link
Labels
Edition: UltimateEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround
Description
Version and Platform (required):
- Binary Ninja Version: 5.3.8910-dev
- Edition: Ultimate
- OS: Windows
- OS Version: 11
- CPU Architecture: x64
Bug Description:
When sorting by the Access column in Firmware Ninja's Memory Insights panel, the values in that column are sorted as text instead of by address.
Steps To Reproduce:
- Load a baremetal firmware binary
- Open Firmware Ninja, Memory Insights, click Run Analysis
- Sort by the Access column
- Observe the aforementioned bug
Expected Behavior:
I expected sorting by Access to sort by the address accessed and not by the label of that address or the hexadecimal form of that address as text. Something like:
0x8
0x64
ADC.ADC_CCR (located at 0x40012708)
0x776f0600
Screenshots/Video Recording:
Binary:
Shared with @zznop
Additional Details
The low addresses in that screenshot are probably globals and not MMIO registers. Still useful to see them, but I'm not sure they were intended to show up in the Memory Insights panel.
Metadata
Metadata
Assignees
Labels
Edition: UltimateEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround