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

Method LoadSettingsFile

settings.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30bool Settings::LoadSettingsFile(const string& fileName, BNSettingsScope scope, Ref<BinaryView> view)
31{
32 return BNLoadSettingsFile(m_object, fileName.c_str(), scope, view ? view->GetObject() : nullptr);
33}
34
35
36void Settings::SetResourceId(const string& resourceId)

Callers 3

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 2

c_strMethod · 0.80
GetObjectMethod · 0.45

Tested by

no test coverage detected