Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ start
Method
start
rust/src/binary_view.rs:1991–1993 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1989
}
1990
1991
fn start(&self) -> u64 {
1992
unsafe { BNGetStartOffset(self.handle) }
1993
}
1994
1995
fn len(&self) -> u64 {
1996
unsafe { BNGetViewLength(self.handle) }
Callers
2
next_valid_offset_after
Method · 0.45
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected