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

Method offset

rust/src/binary_writer.rs:67–69  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

65 }
66
67 pub fn offset(&self) -> u64 {
68 unsafe { BNGetWriterPosition(self.handle) }
69 }
70}
71
72impl Debug for BinaryWriter {

Callers 2

fmtMethod · 0.45
seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected