ABI Navigator — a project to search for binary symbols

Andrey Ponomarenko andrewponomarenko at yandex.ru
Tue Feb 21 13:48:21 UTC 2017


Hello,

I'd like to present a new project called "ABI Navigator" for searching binary symbols (functions, methods, global data, etc.) in open-source libraries: https://abi-laboratory.pro/index.php?view=navigator

The project allows to find out in which versions of libraries some symbol is defined, added, removed or changed. The data is taken from the ABI Tracker project (238 libraries and 0.9 million symbols currently): https://abi-laboratory.pro/tracker/

Example for _ZN5Botan18LibraryInitializer10initializeERKSs from libbotan.so: https://abi-laboratory.pro/index.php?view=navigator&selected=_ZN5Botan18LibraryInitializer10initializeERKSs#result

The project aims to help Linux developers and maintainers to resolve issues with missed symbols and navigate through the reports in the ABI Tracker.

Have you ever encountered the "undefined reference" error or want to know whether the symbol is _stable_ enough to use in your code? Try to find it in the ABI Navigator!

Enjoy!




More information about the Ubuntu-devel-discuss mailing list