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