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

Method dest_memory

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

Source from the content-addressed store, hash-verified

2409
2410 @property
2411 def dest_memory(self) -> int:
2412 return self._get_int(0)
2413
2414 @property
2415 def dest(self) -> List[SSARegister]:

Callers

nothing calls this directly

Calls 1

_get_intMethod · 0.45

Tested by

no test coverage detected