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

Method right

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

Source from the content-addressed store, hash-verified

1234
1235 @property
1236 def right(self) -> LowLevelILInstruction:
1237 return self._get_expr(1)
1238
1239 @property
1240 def carry(self) -> LowLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected