Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetStart
Method
GetStart
binaryview.cpp:1171–1174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1169
1170
1171
uint64_t Segment::GetStart() const
1172
{
1173
return BNSegmentGetStart(m_object);
1174
}
1175
1176
1177
uint64_t Segment::GetLength() const
Callers
1
GetDataOffsetForAddress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected