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

Method carry

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

Source from the content-addressed store, hash-verified

992
993 @property
994 def carry(self) -> HighLevelILInstruction:
995 return self.get_expr(2)
996
997 @property
998 def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

get_exprMethod · 0.45

Tested by

no test coverage detected