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

Function MetadataExists

plugins/rtti/plugin.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8bool MetadataExists(const Ref<BinaryView>& view)
9{
10 return view->QueryMetadata(VIEW_METADATA_RTTI) != nullptr;
11}
12
13
14void RTTIAnalysis(const Ref<AnalysisContext>& analysisContext)

Callers 1

VFTAnalysisFunction · 0.85

Calls 1

QueryMetadataMethod · 0.45

Tested by

no test coverage detected