Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ getCurrentOffset
Method
getCurrentOffset
python/examples/triage/byte.py:131–132 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
129
return
self.getEnd() - self.getStart()
130
131
def
getCurrentOffset(self):
132
return
self.cursorAddr
133
134
def
getSelectionOffsets(self):
135
start = self.selectionStartAddr
Callers
1
updateState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected