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

Method StoreMetadata

project.cpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327
328bool Project::StoreMetadata(const std::string& key, Ref<Metadata> value)
329{
330 return BNProjectStoreMetadata(m_object, key.c_str(), value->m_object);
331}
332
333
334void Project::RemoveMetadata(const std::string& key)

Callers 9

ProcessObjCDataMethod · 0.45
SaveCacheInfoToKCViewMethod · 0.45
ApplyRegionMethod · 0.45
ApplyImageMethod · 0.45
SetPrimaryFileNameMethod · 0.45
LogSecondaryFileNameMethod · 0.45
RTTIAnalysisFunction · 0.45
VFTAnalysisFunction · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected