Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
bool MetadataExists(const Ref<BinaryView>& view)
9
{
10
return view->QueryMetadata(VIEW_METADATA_RTTI) != nullptr;
11
}
12
13
14
void RTTIAnalysis(const Ref<AnalysisContext>& analysisContext)
Callers
1
VFTAnalysis
Function · 0.85
Calls
1
QueryMetadata
Method · 0.45
Tested by
no test coverage detected