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

Method offset_valid

rust/src/binary_view.rs:1963–1965  ·  view source on GitHub ↗
(&self, offset: u64)

Source from the content-addressed store, hash-verified

1961 }
1962
1963 fn offset_valid(&self, offset: u64) -> bool {
1964 unsafe { BNIsValidOffset(self.handle, offset) }
1965 }
1966
1967 fn offset_readable(&self, offset: u64) -> bool {
1968 unsafe { BNIsOffsetReadable(self.handle, offset) }

Callers 6

offset_readableMethod · 0.45
offset_writableMethod · 0.45
offset_executableMethod · 0.45
offset_backed_by_fileMethod · 0.45
readMethod · 0.45
seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected