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

Method getLength

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

Source from the content-addressed store, hash-verified

126 return self.data.end
127
128 def getLength(self):
129 return self.getEnd() - self.getStart()
130
131 def getCurrentOffset(self):
132 return self.cursorAddr

Callers 1

get_lengthMethod · 0.45

Calls 2

getEndMethod · 0.95
getStartMethod · 0.95

Tested by

no test coverage detected