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

Method getSymbol

examples/triage/exports.cpp:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155
156SymbolRef GenericExportsModel::getSymbol(const QModelIndex& index)
157{
158 if (!index.isValid() || index.row() >= (int)m_entries.size())
159 return nullptr;
160 return m_entries[index.row()];
161}
162
163
164void GenericExportsModel::performSort(int col, Qt::SortOrder order)

Callers 2

exportSelectedMethod · 0.45
exportDoubleClickedMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected