Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetRegisterName
Method
GetRegisterName
architecture.cpp:928–931 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
926
927
928
string Architecture::GetRegisterName(uint32_t reg)
929
{
930
return fmt::format(
"r{}"
, reg);
931
}
932
933
934
string Architecture::GetFlagName(uint32_t flag)
Callers
4
GetRegisterNameCallback
Method · 0.45
GetTypeTokensAfterNameInternal
Method · 0.45
PrintRegister
Function · 0.45
updateDisplay
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected