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

Method getStart

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

Source from the content-addressed store, hash-verified

120 return self.data
121
122 def getStart(self):
123 return self.data.start
124
125 def getEnd(self):
126 return self.data.end

Callers 8

getLengthMethod · 0.95
navigateMethod · 0.95
scrollBarActionMethod · 0.95
selectAllMethod · 0.95
leftMethod · 0.95
pageUpMethod · 0.95
moveToStartOfViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected