MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / IsOffsetWritableSemantics

Method IsOffsetWritableSemantics

binaryview.cpp:1960–1963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1958
1959
1960bool BinaryView::IsOffsetWritableSemantics(uint64_t offset) const
1961{
1962 return BNIsOffsetWritableSemantics(m_object, offset);
1963}
1964
1965
1966uint64_t BinaryView::GetNextValidOffset(uint64_t offset) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected