Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
void Settings::SetResourceId(const string& resourceId)
37
{
38
return BNSettingsSetResourceId(m_object, resourceId.c_str());
39
}
40
41
42
bool Settings::RegisterGroup(const string& group, const string& title)
Callers
1
MachoView
Method · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected