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

Method SetLoadSettings

binaryview.cpp:5216–5219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5214
5215
5216void BinaryView::SetLoadSettings(const string& typeName, Ref<Settings> settings)
5217{
5218 BNBinaryViewSetLoadSettings(m_object, typeName.c_str(), settings ? settings->GetObject() : nullptr);
5219}
5220
5221
5222BNAnalysisParameters BinaryView::GetParametersForAnalysis()

Callers 1

MachoViewMethod · 0.80

Calls 2

c_strMethod · 0.80
GetObjectMethod · 0.45

Tested by

no test coverage detected