Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_length
Method · 0.45
Calls
2
getEnd
Method · 0.95
getStart
Method · 0.95
Tested by
no test coverage detected