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

Method seek_to_offset

rust/src/binary_reader.rs:72–74  ·  view source on GitHub ↗

Prefer using [crate::binary_reader::BinaryReader::seek] over this.

(&mut self, offset: u64)

Source from the content-addressed store, hash-verified

70
71 /// Prefer using [crate::binary_reader::BinaryReader::seek] over this.
72 pub fn seek_to_offset(&mut self, offset: u64) {
73 unsafe { BNSeekBinaryReader(self.handle, offset) }
74 }
75
76 /// Prefer using [crate::binary_reader::BinaryReader::seek] over this.
77 pub fn seek_to_relative_offset(&mut self, offset: i64) {

Callers 2

new_with_optsMethod · 0.45
seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected