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

Method getSymbol

examples/triage/imports.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122
123SymbolRef GenericImportsModel::getSymbol(const QModelIndex& index)
124{
125 if (!index.isValid() || index.row() >= (int)m_entries.size())
126 return nullptr;
127 return m_entries[index.row()];
128}
129
130
131QString GenericImportsModel::getNamespace(SymbolRef sym) const

Callers 2

importSelectedMethod · 0.45
importDoubleClickedMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected