MCPcopy 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
928string Architecture::GetRegisterName(uint32_t reg)
929{
930 return fmt::format("r{}", reg);
931}
932
933
934string Architecture::GetFlagName(uint32_t flag)

Callers 4

PrintRegisterFunction · 0.45
updateDisplayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected