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

Method dest_reg_stack

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

Source from the content-addressed store, hash-verified

551 }
552
553 pub fn dest_reg_stack(&self) -> A::RegisterStack {
554 let raw_id = self.op.operands[0] as u32;
555 self.function
556 .arch()
557 .register_stack_from_id(RegisterStackId(raw_id))
558 .expect("Bad register stack ID")
559 }
560
561 pub fn source_expr(&self) -> LowLevelILExpression<'func, A, M, F, ValueExpr> {
562 LowLevelILExpression::new(

Callers 1

fmtMethod · 0.80

Calls 2

archMethod · 0.45

Tested by

no test coverage detected