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

Method src_memory

python/highlevelil.py:1462–1463  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1460
1461 @property
1462 def src_memory(self) -> int:
1463 return self.get_int(4)
1464
1465 @property
1466 def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

get_intMethod · 0.80

Tested by

no test coverage detected