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

Method GetRawMetadata

binaryview.cpp:5175–5181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5173
5174
5175vector<uint8_t> BinaryView::GetRawMetadata(const string& key)
5176{
5177 auto data = QueryMetadata(key);
5178 if (!data || !data->IsRaw())
5179 throw QueryMetadataException("Failed to find key: " + key);
5180 return data->GetRaw();
5181}
5182
5183
5184uint64_t BinaryView::GetUIntMetadata(const string& key)

Callers

nothing calls this directly

Calls 3

IsRawMethod · 0.80
GetRawMethod · 0.45

Tested by

no test coverage detected