Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ IsOffsetExecutable
Method
IsOffsetExecutable
binaryview.cpp:1936–1939 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1934
1935
1936
bool BinaryView::IsOffsetExecutable(uint64_t offset) const
1937
{
1938
return BNIsOffsetExecutable(m_object, offset);
1939
}
1940
1941
1942
bool BinaryView::IsOffsetBackedByFile(uint64_t offset) const
Callers
1
SectionsWidget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected