-
Notifications
You must be signed in to change notification settings - Fork 267
Closed
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundUI: Find Results
Milestone
Description
Version and Platform (required):
- Binary Ninja Version: 5.3.8813-dev Ultimate, 67daa910
- OS: macos
- OS Version: 26.2.0
- CPU Architecture: arm64
Bug Description:
The Preview column in Advanced Binary Search are wrong. It looks like it is including a little bit of the next instruction to pad the preview out to seven or eight hex characters for each search result row.
Steps To Reproduce:
- Open database:
single leaf initializes sincerely - Command-F
- Select Advanced Binary Search
- Enter this pattern
41c78? - Look at buggy previews in the results.
Expected Behavior:
Immediates in the preview should be correct and identical to what is shown in the disassembly view.
Screenshots:
Here is the search. One right nibble is wildcarded. Not sure if that's involved in the bug:
It looks like the preview is slurping up bytes from the next instruction and tacking them on the immediate in the preview. You can see the actual disassembly up top and the strange preview down low.
Binary:
Database: single leaf initializes sincerely
Metadata
Metadata
Assignees
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundUI: Find Results