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

Method stack_top_reg

rust/src/architecture.rs:660–662  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

658 unreachable!()
659 }
660 fn stack_top_reg(&self) -> Self::RegType {
661 unreachable!()
662 }
663}
664
665impl<R: Register> RegisterStack for UnusedRegisterStack<R> {

Callers 1

cb_reg_stack_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected