MCPcopy 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
1171uint64_t Segment::GetStart() const
1172{
1173 return BNSegmentGetStart(m_object);
1174}
1175
1176
1177uint64_t Segment::GetLength() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected