binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

BinaryView::GetAutoStart() not exposed in C++/Python API

Open xusheng6 opened this issue 2 years ago • 0 comments

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

xusheng6 avatar Jan 05 '24 06:01 xusheng6