MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetDataOffset

Method GetDataOffset

binaryview.cpp:1195–1198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193
1194
1195uint64_t Segment::GetDataOffset() const
1196{
1197 return BNSegmentGetDataOffset(m_object);
1198}
1199
1200
1201uint64_t Segment::GetDataLength() const

Callers 2

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected