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

Method src_memory

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

Source from the content-addressed store, hash-verified

1844
1845 @property
1846 def src_memory(self) -> List[int]:
1847 return self._get_int_list(1)
1848
1849 @property
1850 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_int_listMethod · 0.45

Tested by

no test coverage detected