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

Method register_stack_from_id

rust/src/architecture.rs:1754–1756  ·  view source on GitHub ↗
(&self, id: RegisterStackId)

Source from the content-addressed store, hash-verified

1752 }
1753
1754 fn register_stack_from_id(&self, id: RegisterStackId) -> Option<CoreRegisterStack> {
1755 CoreRegisterStack::new(*self, id)
1756 }
1757
1758 fn flag_from_id(&self, id: FlagId) -> Option<CoreFlag> {
1759 CoreFlag::new(*self, id)

Callers 4

cb_reg_stack_nameFunction · 0.45
cb_reg_stack_infoFunction · 0.45
dest_reg_stackMethod · 0.45
source_reg_stackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected