Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ length
Method
length
python/binaryview.py:1453–1454 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1451
1452
@property
1453
def
length(self):
1454
return
int(core.BNSegmentGetLength(self.handle))
1455
1456
def
__bool__(self):
1457
return
True
Callers
3
DemangleNameLLVM
Method · 0.45
ProcessClassHierarchyDescriptor
Method · 0.45
ProcessRTTI
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected