MCPcopy 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

DemangleNameLLVMMethod · 0.45
ProcessRTTIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected