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

Method dest

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

Source from the content-addressed store, hash-verified

1392class HighLevelILAssignUnpack(HighLevelILInstruction, SetVar):
1393 @property
1394 def dest(self) -> List[HighLevelILInstruction]:
1395 return self.get_expr_list(0, 1)
1396
1397 @property
1398 def src(self) -> HighLevelILInstruction:

Callers

nothing calls this directly

Calls 1

get_expr_listMethod · 0.80

Tested by

no test coverage detected