Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ end
Method
end
python/binaryview.py:1480–1481 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1478
1479
@property
1480
def
end(self) -> int:
1481
return
core.BNSegmentGetEnd(self.handle)
1482
1483
@property
1484
def
executable(self) -> bool:
Callers
3
main
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected