MCPcopy 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
934string Architecture::GetFlagName(uint32_t flag)
935{
936 return fmt::format("flag{}", flag);
937}
938
939
940string Architecture::GetFlagWriteTypeName(uint32_t flags)

Callers 3

GetFlagNameCallbackMethod · 0.45
PrintFlagFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected