Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ storage_regs
Method
storage_regs
rust/src/architecture.rs:654–656 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
652
type RegInfoType = R::InfoType;
653
654
fn storage_regs(&self) -> (Self::RegType, usize) {
655
unreachable!()
656
}
657
fn top_relative_regs(&self) -> Option<(Self::RegType, usize)> {
658
unreachable!()
659
}
Callers
1
cb_reg_stack_info
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected