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

Method source_mem_expr

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

Source from the content-addressed store, hash-verified

349 }
350
351 pub fn source_mem_expr(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
352 LowLevelILExpression::new(
353 self.function,
354 LowLevelExpressionIndex(self.op.operands[0] as usize),
355 )
356 }
357}
358
359impl<A, M, F> Debug for Operation<'_, A, M, F, Load>

Callers 2

fmtMethod · 0.80

Calls 1

Tested by

no test coverage detected