binaryninja-api
binaryninja-api copied to clipboard
BinaryView::GetAutoStart() not exposed in C++/Python API
Just noticed that we have a BinaryView::GetAutoStart() function which returns the minimum value of the starts of the auto segments. This is important for cases where the user adds a segment before the first auto segment. This should be exposed so the debugger can also use it