Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ seek_to_relative_offset
Method
seek_to_relative_offset
rust/src/binary_writer.rs:63–65 ·
view source on GitHub ↗
(&mut self, offset: i64)
Source
from the content-addressed store, hash-verified
61
}
62
63
pub fn seek_to_relative_offset(&mut self, offset: i64) {
64
unsafe { BNSeekBinaryWriterRelative(self.handle, offset) }
65
}
66
67
pub fn offset(&self) -> u64 {
68
unsafe { BNGetWriterPosition(self.handle) }
Callers
1
seek
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected