MCPcopy 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
1924bool BinaryView::IsOffsetReadable(uint64_t offset) const
1925{
1926 return BNIsOffsetReadable(m_object, offset);
1927}
1928
1929
1930bool BinaryView::IsOffsetWritable(uint64_t offset) const

Callers 1

SectionsWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected