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

Method getStringRefAt

examples/triage/strings.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116BNStringReference GenericStringsModel::getStringRefAt(const QModelIndex& index) const
117{
118 if (!index.isValid() || index.row() >= (int)m_entries.size())
119 return BNStringReference{};
120 return m_entries[index.row()];
121}
122
123void GenericStringsModel::performSort(int col, Qt::SortOrder order)
124{

Callers 2

stringSelectedMethod · 0.80
stringDoubleClickedMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected