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

Method start

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

Source from the content-addressed store, hash-verified

99 }
100
101 pub fn start(&self) -> u64 {
102 unsafe { BNSectionGetStart(self.handle) }
103 }
104
105 pub fn end(&self) -> u64 {
106 unsafe { BNSectionGetEnd(self.handle) }

Callers 15

address_rangeMethod · 0.45
test_project_syncFunction · 0.45
setFilterStringFunction · 0.45
SymbolTableViewMethod · 0.45
OnViewChangeMethod · 0.45
initImageTableMethod · 0.45
DisplayDSCPickerFunction · 0.45
OnViewChangeMethod · 0.45
DetectBaseAddressMethod · 0.45
AnalysisInfoWidgetMethod · 0.45
ByteViewMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_project_syncFunction · 0.36