binaryninja-api
binaryninja-api copied to clipboard
Triage View breaks `here = bv.start + offset`
Version and Platform (required):
- Binary Ninja Version: 3.1.3553-dev
- OS: macOS
- OS Version: 10.15.7
- CPU Architecture: x86
Bug Description:
When Triage view is set to open by default, you cannot use here = bv.start + offset to navigate (even if offset = 0)
Steps To Reproduce: Please provide all steps required to reproduce the behavior:
- Enable
triage.preferSummaryView - Open a binary
- Enter in the console:
here = bv.start - Observe "Address 0x10000000 is not valid for the current view"
- Click address in text and observe how navigation totally works
Expected Behavior:
I expected here = bv.start to work in all cases