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

Method mem_expr

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

Source from the content-addressed store, hash-verified

1389 }
1390
1391 pub fn mem_expr(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
1392 LowLevelILExpression::new(
1393 self.function,
1394 LowLevelExpressionIndex(self.op.operands[0] as usize),
1395 )
1396 }
1397}
1398
1399impl<A, M, F> Debug for Operation<'_, A, M, F, UnimplMem>

Callers 2

check_expressionFunction · 0.80
fmtMethod · 0.80

Calls 1

Tested by

no test coverage detected