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

Method GetLoadSettings

binaryview.cpp:5207–5213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5205
5206
5207Ref<Settings> BinaryView::GetLoadSettings(const string& typeName)
5208{
5209 BNSettings* settings = BNBinaryViewGetLoadSettings(m_object, typeName.c_str());
5210 if (!settings)
5211 return nullptr;
5212 return new Settings(settings);
5213}
5214
5215
5216void BinaryView::SetLoadSettings(const string& typeName, Ref<Settings> settings)

Callers 10

InitializeHeaderMethod · 0.80
MachoViewMethod · 0.80
IsTypeValidForDataMethod · 0.80
InitializeMethod · 0.80
GetWorkflowStateFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected