binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Triage View breaks `here = bv.start + offset`

Open CouleeApps opened this issue 3 years ago • 0 comments

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:

  1. Enable triage.preferSummaryView
  2. Open a binary
  3. Enter in the console: here = bv.start
  4. Observe "Address 0x10000000 is not valid for the current view"
  5. Click address in text and observe how navigation totally works

Expected Behavior: I expected here = bv.start to work in all cases

CouleeApps avatar Jul 17 '22 01:07 CouleeApps