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

Method condition

rust/src/low_level_il/operation.rs:841–846  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

839 F: FunctionForm,
840{
841 pub fn condition(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
842 LowLevelILExpression::new(
843 self.function,
844 LowLevelExpressionIndex(self.op.operands[0] as usize),
845 )
846 }
847
848 pub fn true_target(&self) -> LowLevelILInstruction<'func, A, M, F> {
849 LowLevelILInstruction::new(

Callers 1

fmtMethod · 0.45

Calls 1

Tested by

no test coverage detected