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

Method CreateLogger

binaryview.cpp:5324–5327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5322
5323
5324Ref<Logger> BinaryView::CreateLogger(const string& name)
5325{
5326 return LogRegistry::CreateLogger(name, GetFile()->GetSessionId());
5327}
5328
5329
5330void BinaryView::AddExpressionParserMagicValue(const std::string& name, uint64_t value)

Callers

nothing calls this directly

Calls 1

GetSessionIdMethod · 0.45

Tested by

no test coverage detected