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

Method condition

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

Source from the content-addressed store, hash-verified

1029class HighLevelILIf(HighLevelILInstruction, ControlFlow):
1030 @property
1031 def condition(self) -> HighLevelILInstruction:
1032 return self.get_expr(0)
1033
1034 @property
1035 def true(self) -> HighLevelILInstruction:

Callers

nothing calls this directly

Calls 1

get_exprMethod · 0.45

Tested by

no test coverage detected