Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetFlagName
Method
GetFlagName
architecture.cpp:934–937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
932
933
934
string Architecture::GetFlagName(uint32_t flag)
935
{
936
return fmt::format(
"flag{}"
, flag);
937
}
938
939
940
string Architecture::GetFlagWriteTypeName(uint32_t flags)
Callers
3
GetFlagNameCallback
Method · 0.45
GetTypeTokensAfterNameInternal
Method · 0.45
PrintFlag
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected