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

Method seek_to_offset

rust/src/binary_writer.rs:59–61  ·  view source on GitHub ↗
(&mut self, offset: u64)

Source from the content-addressed store, hash-verified

57 }
58
59 pub fn seek_to_offset(&mut self, offset: u64) {
60 unsafe { BNSeekBinaryWriter(self.handle, offset) }
61 }
62
63 pub fn seek_to_relative_offset(&mut self, offset: i64) {
64 unsafe { BNSeekBinaryWriterRelative(self.handle, offset) }

Callers 2

new_with_optsMethod · 0.45
seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected