Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ IsExecutable
Method
IsExecutable
binaryview.cpp:2074–2077 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2072
2073
2074
bool BinaryView::IsExecutable() const
2075
{
2076
return BNIsExecutableView(m_object);
2077
}
2078
2079
2080
bool BinaryView::Save(FileAccessor* file)
Callers
2
TriageView
Method · 0.80
getPriority
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected