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

Method AddAutoSegments

binaryview.cpp:4906–4909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4904
4905
4906void BinaryView::AddAutoSegments(const vector<BNSegmentInfo>& segments)
4907{
4908 BNAddAutoSegments(m_object, segments.data(), segments.size());
4909}
4910
4911
4912void BinaryView::RemoveAutoSegment(uint64_t start, uint64_t length)

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected