| 1958 | |
| 1959 | |
| 1960 | bool BinaryView::IsOffsetWritableSemantics(uint64_t offset) const |
| 1961 | { |
| 1962 | return BNIsOffsetWritableSemantics(m_object, offset); |
| 1963 | } |
| 1964 | |
| 1965 | |
| 1966 | uint64_t BinaryView::GetNextValidOffset(uint64_t offset) const |
no outgoing calls
no test coverage detected