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

Method right

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

Source from the content-addressed store, hash-verified

1211
1212 @property
1213 def right(self) -> LowLevelILInstruction:
1214 return self._get_expr(1)
1215
1216 @property
1217 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected