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

Method right

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

Source from the content-addressed store, hash-verified

965
966 @property
967 def right(self) -> HighLevelILInstruction:
968 return self.get_expr(1)
969
970 @property
971 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