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

Method offset

rust/src/binary_reader.rs:81–83  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

79 }
80
81 pub fn offset(&self) -> u64 {
82 unsafe { BNGetReaderPosition(self.handle) }
83 }
84
85 /// Are we at the end of the file?
86 pub fn is_eof(&self) -> bool {

Callers 2

fmtMethod · 0.45
seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected