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

Method carry

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

Source from the content-addressed store, hash-verified

1191
1192 @property
1193 def carry(self) -> MediumLevelILInstruction:
1194 return self._get_expr(2)
1195
1196 @property
1197 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected