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

Method source_reg_stack

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

Source from the content-addressed store, hash-verified

596 }
597
598 pub fn source_reg_stack(&self) -> A::RegisterStack {
599 let raw_id = self.op.operands[0] as u32;
600 self.function
601 .arch()
602 .register_stack_from_id(RegisterStackId(raw_id))
603 .expect("Bad register stack ID")
604 }
605}
606
607impl<A, M, F> Debug for Operation<'_, A, M, F, RegStackPop>

Callers 1

fmtMethod · 0.80

Calls 2

archMethod · 0.45

Tested by

no test coverage detected