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

Method exportSelected

examples/triage/exports.cpp:323–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322
323void ExportsTreeView::exportSelected(const QModelIndex& cur, const QModelIndex&)
324{
325 SymbolRef sym = m_model->getSymbol(cur);
326 if (sym)
327 m_view->setCurrentOffset(sym->GetAddress());
328}
329
330
331void ExportsTreeView::exportDoubleClicked(const QModelIndex& cur)

Callers

nothing calls this directly

Calls 3

getSymbolMethod · 0.45
setCurrentOffsetMethod · 0.45
GetAddressMethod · 0.45

Tested by

no test coverage detected