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

Method right

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

Source from the content-addressed store, hash-verified

988
989 @property
990 def right(self) -> HighLevelILInstruction:
991 return self.get_expr(1)
992
993 @property
994 def carry(self) -> HighLevelILInstruction:

Callers

nothing calls this directly

Calls 1

get_exprMethod · 0.45

Tested by

no test coverage detected