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

Method getEnd

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

Source from the content-addressed store, hash-verified

123 return self.data.start
124
125 def getEnd(self):
126 return self.data.end
127
128 def getLength(self):
129 return self.getEnd() - self.getStart()

Callers 8

getLengthMethod · 0.95
navigateMethod · 0.95
scrollBarActionMethod · 0.95
selectAllMethod · 0.95
rightMethod · 0.95
pageDownMethod · 0.95
moveToEndOfViewMethod · 0.95
addressFromLocationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected