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

Method dest_memory

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

Source from the content-addressed store, hash-verified

1840class LowLevelILMemPhi(LowLevelILInstruction, Memory, Phi):
1841 @property
1842 def dest_memory(self) -> int:
1843 return self._get_int(0)
1844
1845 @property
1846 def src_memory(self) -> List[int]:

Callers

nothing calls this directly

Calls 1

_get_intMethod · 0.45

Tested by

no test coverage detected