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

Method getSelectionOffsets

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

Source from the content-addressed store, hash-verified

132 return self.cursorAddr
133
134 def getSelectionOffsets(self):
135 start = self.selectionStartAddr
136 end = self.cursorAddr
137 if end < start:
138 t = start
139 start = end
140 end = t
141 return (start, end)
142
143 def updateRanges(self):
144 self.ranges = self.data.allocated_ranges

Callers 1

paintEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected