Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ In
Function
In
view/elf/elfview.cpp:435–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
433
}
434
435
static bool In(const string& str, const vector<string>& list)
436
{
437
for (auto& a : list)
438
if (a == str)
439
return true;
440
return false;
441
}
442
443
bool ElfView::Init()
444
{
Callers
1
Init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected