2

Is there a way to view the list of object files in dynamic library (.so) like static library below.

ar -t llibexample.a
  • 1
    Possible duplicate of [Command Line to see the contents Shared Object Module(lib\*.so)](https://stackoverflow.com/questions/3656077/command-line-to-see-the-contents-shared-object-modulelib-so) – Eugene Sh. May 09 '18 at 16:46
  • 1
    I want to see the .o files.Do we have any command for dynamic library to check the same. – Harish Tadikamalla May 09 '18 at 16:57
  • 1
    Dynamic library does not contain any object files. Some information regarding origination of library content probably can be found at debug symbols. – user7860670 May 09 '18 at 17:00

0 Answers0