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

Method src_memory

python/lowlevelil.py:2436–2437  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2434
2435 @property
2436 def src_memory(self) -> int:
2437 return self._get_int(2)
2438
2439 @property
2440 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_intMethod · 0.45

Tested by

no test coverage detected