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

Make creating selections easier

Open jonpalmisc opened this issue 3 years ago • 1 comments

It is currently awkward to create large selections. Lots of scrolling is involved. An "extend selection" action which allows the user to define selection bound(s) would be useful.

Example workflow 1:

  1. Navigate to the start of a section X
  2. Run "extend selection", provide the address or name of the next section in the dialog
  3. Selection now encompasses the entirety of section X

Example workflow 2:

  1. Navigate to the start of section X
  2. Run "extend selection", enter "+1024"
  3. Selection grows by 1024 bytes

jonpalmisc avatar Jun 27 '22 13:06 jonpalmisc

related to https://github.com/Vector35/binaryninja-api/issues/3260

xusheng6 avatar Jul 22 '22 08:07 xusheng6