MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetFlagNameCallback

Method GetFlagNameCallback

architecture.cpp:318–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316
317
318char* Architecture::GetFlagNameCallback(void* ctxt, uint32_t flag)
319{
320 CallbackRef<Architecture> arch(ctxt);
321 string result = arch->GetFlagName(flag);
322 return BNAllocString(result.c_str());
323}
324
325
326char* Architecture::GetFlagWriteTypeNameCallback(void* ctxt, uint32_t flags)

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
GetFlagNameMethod · 0.45

Tested by

no test coverage detected