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

Method QueryMetadata

project.cpp:319–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317
318
319Ref<Metadata> Project::QueryMetadata(const std::string& key)
320{
321 BNMetadata* value = BNProjectQueryMetadata(m_object, key.c_str());
322 if (value == nullptr)
323 return nullptr;
324 return new Metadata(value);
325}
326
327
328bool Project::StoreMetadata(const std::string& key, Ref<Metadata> value)

Callers 11

ViewHasMetadataMethod · 0.45
LoadFromViewMethod · 0.45
InitializeMethod · 0.45
SharedCacheViewMethod · 0.45
InitMethod · 0.45
MetadataExistsFunction · 0.45
ItaniumRTTIProcessorMethod · 0.45
PEHeadersMethod · 0.45
LibrariesWidgetMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected