Reputation: 147
Just created a *.so library that contains some functions. How can i see all the functions it contains.I have tried to view the content but all i see is some garbage.
Upvotes: 5
Views: 2562
Reputation: 52433
nm -o man nm nm - list symbols from object files
Upvotes: 4