What is the command line to see the contents of a Shared Object module (lib*.so)?
Like how we use:
ar -t lib*.a
for archives(lib*.a) an
The nm -D command lists the dynamic symbols of your shared library, which seems to be exactly what you want.
nm -D