Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ IsValidOffset
Method
IsValidOffset
binaryview.cpp:1918–1921 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1916
1917
1918
bool BinaryView::IsValidOffset(uint64_t offset) const
1919
{
1920
return BNIsValidOffset(m_object, offset);
1921
}
1922
1923
1924
bool BinaryView::IsOffsetReadable(uint64_t offset) const
Callers
13
ApplyMethodType
Method · 0.80
InitializeSegmentsForHeader
Method · 0.80
InitializeHeader
Method · 0.80
initSymbolTable
Method · 0.80
AnalyzeStubFunction
Function · 0.80
AnalyzeStandardFunction
Function · 0.80
AdjustCallType
Method · 0.80
GetTypeInfo
Function · 0.80
DetectPotentialCopyRelocatedVTable
Function · 0.80
ReadTypeInfoVariant
Function · 0.80
ProcessVFT
Method · 0.80
GenericHeaders
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected