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

Method RegisterSetting

settings.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48bool Settings::RegisterSetting(const string& key, const string& properties)
49{
50 return BNSettingsRegisterSetting(m_object, key.c_str(), properties.c_str());
51}
52
53
54bool Settings::Contains(const string& key)

Callers 10

InitMipsSettingsFunction · 0.80
InitAArch64SettingsFunction · 0.80
InitX86SettingsFunction · 0.80
InitUniversalViewTypeMethod · 0.80
InitElfViewTypeMethod · 0.80
triage.cppFile · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected