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

Method selectAll

examples/triage/byte.cpp:775–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773
774
775void ByteView::selectAll()
776{
777 m_selectionStartAddr = getStart();
778 m_cursorAddr = getEnd();
779 viewport()->update();
780 UIContext::updateStatus();
781 updateCrossReferenceSelection();
782}
783
784
785void ByteView::adjustAddressAfterBackwardMovement()

Callers

nothing calls this directly

Calls 2

viewportFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected