MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / selectAll

Method selectAll

python/examples/triage/byte.py:592–596  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

590 UIContext.updateStatus()
591
592 def selectAll(self):
593 self.selectionStartAddr = self.getStart()
594 self.cursorAddr = self.getEnd()
595 self.viewport().update()
596 UIContext.updateStatus()
597
598 def adjustAddressAfterBackwardMovement(self):
599 lastAddr = self.getStart()

Callers

nothing calls this directly

Calls 3

getStartMethod · 0.95
getEndMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected