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

Method SetResourceId

settings.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36void Settings::SetResourceId(const string& resourceId)
37{
38 return BNSettingsSetResourceId(m_object, resourceId.c_str());
39}
40
41
42bool Settings::RegisterGroup(const string& group, const string& title)

Callers 1

MachoViewMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected