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

Method address_range

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

Source from the content-addressed store, hash-verified

115 }
116
117 pub fn address_range(&self) -> Range<u64> {
118 self.start()..self.end()
119 }
120
121 pub fn semantics(&self) -> Semantics {
122 unsafe { BNSectionGetSemantics(self.handle).into() }

Callers 1

fmtMethod · 0.45

Calls 2

startMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected