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

Method dest_mem_expr

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

Source from the content-addressed store, hash-verified

385 }
386
387 pub fn dest_mem_expr(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
388 LowLevelILExpression::new(
389 self.function,
390 LowLevelExpressionIndex(self.op.operands[0] as usize),
391 )
392 }
393
394 pub fn source_expr(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
395 LowLevelILExpression::new(

Callers 2

check_instructionFunction · 0.80
fmtMethod · 0.80

Calls 1

Tested by

no test coverage detected