MCPcopy 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
1918bool BinaryView::IsValidOffset(uint64_t offset) const
1919{
1920 return BNIsValidOffset(m_object, offset);
1921}
1922
1923
1924bool BinaryView::IsOffsetReadable(uint64_t offset) const

Callers 13

ApplyMethodTypeMethod · 0.80
InitializeHeaderMethod · 0.80
initSymbolTableMethod · 0.80
AnalyzeStubFunctionFunction · 0.80
AnalyzeStandardFunctionFunction · 0.80
AdjustCallTypeMethod · 0.80
GetTypeInfoFunction · 0.80
ReadTypeInfoVariantFunction · 0.80
ProcessVFTMethod · 0.80
GenericHeadersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected