aashishagrawal
Programmer
If I have a static library ( libmy.a), using
"ar" I can see the object files that are used
in this library.
In the same way How we can see the
composition of shared libraries( with extension .so)??
from composition I do not want to see
the symbols exported, but I want to see
the object files that are used in creating shared
library.
Thanks,
Aashish Agrawal
"ar" I can see the object files that are used
in this library.
In the same way How we can see the
composition of shared libraries( with extension .so)??
from composition I do not want to see
the symbols exported, but I want to see
the object files that are used in creating shared
library.
Thanks,
Aashish Agrawal