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

Method GetClickedBaseAddress

examples/triage/baseaddress.cpp:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165
166void BaseAddressDetectionWidget::GetClickedBaseAddress(const QModelIndex& index)
167{
168 if (index.isValid())
169 {
170 auto baseAddress = m_resultsTableWidget->item(index.row(), 0)->text();
171 m_reloadBase->setText(baseAddress);
172 }
173}
174
175
176void BaseAddressDetectionWidget::HandleResults(const BaseAddressDetectionQtResults& results)

Callers

nothing calls this directly

Calls 1

textMethod · 0.80

Tested by

no test coverage detected