Find out what functions are in a shared library

To find out what functions exist inside a shared object library, a library file ending in the letters .so, plus possibly a version number, which is dynamically linked to a program when compiled, use either

readelf --syms libsome.so
or
nm -D libsome.so

Copyright © Ben Bullock 2009-2023. All rights reserved. For comments, questions, and corrections, please email Ben Bullock (benkasminbullock@gmail.com) or use the discussion group at Google Groups. / Privacy / Disclaimer