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

Method end

rust/src/section.rs:105–107  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

103 }
104
105 pub fn end(&self) -> u64 {
106 unsafe { BNSectionGetEnd(self.handle) }
107 }
108
109 pub fn len(&self) -> usize {
110 unsafe { BNSectionGetLength(self.handle) as usize }

Callers 1

address_rangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected