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

Method false

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

Source from the content-addressed store, hash-verified

1037
1038 @property
1039 def false(self) -> HighLevelILInstruction:
1040 return self.get_expr(2)
1041
1042 @property
1043 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