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

Method target

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

Source from the content-addressed store, hash-verified

657 F: FunctionForm,
658{
659 pub fn target(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
660 LowLevelILExpression::new(
661 self.function,
662 LowLevelExpressionIndex(self.op.operands[0] as usize),
663 )
664 }
665}
666
667impl<A, M, F> Debug for Operation<'_, A, M, F, Jump>

Callers 1

fmtMethod · 0.45

Calls 2

Tested by

no test coverage detected