Implemented get_section using elfio

This commit is contained in:
acidicoala
2025-10-04 00:42:13 +05:00
parent 9944f3bd3f
commit 49efd831bf
3 changed files with 7 additions and 5 deletions

View File

@@ -73,6 +73,8 @@ namespace {
versions.insert(i->str());
}
LOG_DEBUG("Found {} steamclient version(s) in read-only section: {}", versions.size(), versions);
return versions;
}