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

Method dest

python/highlevelil.py:1450–1451  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1448class HighLevelILAssignUnpackMemSsa(HighLevelILInstruction, SSA, Memory):
1449 @property
1450 def dest(self) -> List[HighLevelILInstruction]:
1451 return self.get_expr_list(0, 1)
1452
1453 @property
1454 def dest_memory(self) -> int:

Callers

nothing calls this directly

Calls 1

get_expr_listMethod · 0.80

Tested by

no test coverage detected