I have some compiled libraries i.e. shared library(i.e. *.so) on x86 Linux and I want to quickly determine whether they were compiled with debugging symbols(i.e with option -g/debug build) or not. I have some compiled libraries i.e. shared libr
I have some compiled libraries i.e. shared library(i.e. *.so) on x86 Linux and I want to quickly determine whether they were compiled with debugging symbols(i.e with option -g/debug build) or not. I have some compiled libraries i.e. shared libr