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

Method source_expr

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

Source from the content-addressed store, hash-verified

191 }
192
193 pub fn source_expr(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
194 LowLevelILExpression::new(
195 self.function,
196 LowLevelExpressionIndex(self.op.operands[1] as usize),
197 )
198 }
199}
200
201impl<A, M, F> Debug for Operation<'_, A, M, F, SetReg>

Callers 4

check_instructionFunction · 0.80
fmtMethod · 0.80
basic_block_guidFunction · 0.80

Calls 1

Tested by

no test coverage detected