MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / size

Method size

python/variable.py:471–472  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

469
470 @property
471 def size(self) -> int:
472 return self._size
473
474 @property
475 def ranges(self) -> List[ValueRange]:

Callers 8

OutputTypeFunction · 0.45
OutputSwizzledTypeFunction · 0.45
mainFunction · 0.45
SerializedMetadataMethod · 0.45
ProcessVFTMethod · 0.45
ProcessVFTMethod · 0.45
ApplyToLinesMethod · 0.45
to_bn_typeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected