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

Method src_memory

python/mediumlevelil.py:2060–2061  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2058
2059 @property
2060 def src_memory(self) -> List[int]:
2061 return self._get_int_list(1)
2062
2063 @property
2064 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_int_listMethod · 0.45

Tested by

no test coverage detected