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

Method end

rust/src/binary_view.rs:265–267  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

263 }
264
265 fn end(&self) -> u64 {
266 unsafe { BNGetEndOffset(self.as_ref().handle) }
267 }
268
269 fn add_analysis_option(&self, name: impl BnStrCompatible) {
270 unsafe {

Callers 1

fmtMethod · 0.45

Implementers 1

binary_view.rsrust/src/binary_view.rs

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected