Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetEnd
Method
GetEnd
binaryview.cpp:1183–1186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1181
1182
1183
uint64_t Segment::GetEnd() const
1184
{
1185
return BNSegmentGetEnd(m_object);
1186
}
1187
1188
1189
uint64_t Segment::GetDataEnd() const
Callers
1
GetDataOffsetForAddress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected