How to list the functions / symbols contained inside a dynamic library in mac os?

fabrizioM picture fabrizioM · Dec 9, 2010 · Viewed 10.8k times · Source

How to list the functions / symbols contained inside a dynamic library in mac os ?

I need to see the list of function exported by a dynamic library.

Answer

Nikolai Fetissov picture Nikolai Fetissov · Dec 9, 2010

See nm(1), something like nm -gU <your lib>.