binaryninja-api
binaryninja-api copied to clipboard
Make creating selections easier
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:
- Navigate to the start of a section X
- Run "extend selection", provide the address or name of the next section in the dialog
- Selection now encompasses the entirety of section X
Example workflow 2:
- Navigate to the start of section X
- Run "extend selection", enter "+1024"
- Selection grows by 1024 bytes
related to https://github.com/Vector35/binaryninja-api/issues/3260