MCPcopy 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
1183uint64_t Segment::GetEnd() const
1184{
1185 return BNSegmentGetEnd(m_object);
1186}
1187
1188
1189uint64_t Segment::GetDataEnd() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected