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

Method GetName

log.cpp:368–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366
367
368string Logger::GetName()
369{
370 char* name = BNLoggerGetName(m_object);
371 string result = name;
372 BNFreeString(name);
373 return result;
374}
375
376
377size_t Logger::GetSessionId()

Callers 15

IsStructOfTypeNameMethod · 0.45
ApplyRelocationMethod · 0.45
GetRelocationInfoMethod · 0.45
OutputTypeFunction · 0.45
OutputSwizzledTypeFunction · 0.45
mainFunction · 0.45
DemangleTypeInfoNameMethod · 0.45
AdjustTypeParserInputMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36