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