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

Method IsBackedByDatabase

filemetadata.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155
156bool FileMetadata::IsBackedByDatabase(const string& binaryViewType) const
157{
158 return BNIsBackedByDatabase(m_object, binaryViewType.c_str());
159}
160
161
162bool FileMetadata::CreateDatabase(const string& name, BinaryView* data, Ref<SaveSettings> settings)

Callers 15

InitMethod · 0.80
IsTypeValidForDataMethod · 0.80
MachoViewMethod · 0.80
ElfViewMethod · 0.80
InitMethod · 0.80
TEViewMethod · 0.80
PEViewMethod · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80
RecognizeMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected