Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_range
Method · 0.45
test_project_sync
Function · 0.45
test_binary_saving_database
Function · 0.45
setFilterString
Function · 0.45
SymbolTableView
Method · 0.45
OnViewChange
Method · 0.45
initImageTable
Method · 0.45
DisplayDSCPicker
Function · 0.45
OnViewChange
Method · 0.45
DetectBaseAddress
Method · 0.45
AnalysisInfoWidget
Method · 0.45
ByteView
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_project_sync
Function · 0.36
test_binary_saving_database
Function · 0.36