A shared library is an object module that can be loaded at run time at an arbitrary memory address, and it can be linked to by a program in memory . Shared libraries often are called as shared objects. On most UNIX systems they are denoted with a . so suffix and Microsoft refer to them as DLLs (dynamic link libraries).
Read moreHow do I open a shared library file?
If you want to open a shared-library file, you would open it like any other binary file — with a hex-editor (also called a binary-editor). There are several hex-editors in the standard repositories such as GHex (https://packages.ubuntu.com/xenial/ghex) or Bless (https://packages.ubuntu.com/xenial/bless).
Read more