Operating System - HP-UX
1833770 Members
2345 Online
110063 Solutions
New Discussion

Looking for tool showing functions of shared library

 
Lothar Mueller
Trusted Contributor

Looking for tool showing functions of shared library

Hi out there,

does anybody know a tool which is able to find out
what functions are available in a shared library file?

I'm looking for a tool supporting hp-ux as well as sun solaris.

Thanks in advance

Best Regards

Lothar
3 REPLIES 3
Santosh Nair_1
Honored Contributor

Re: Looking for tool showing functions of shared library

You can use the nm utility to list all the symbols in the shared library. This isn't a great way to find all the functions in the library, but it does work.

-Santosh
Life is what's happening while you're busy making other plans
Lothar Mueller
Trusted Contributor

Re: Looking for tool showing functions of shared library

Hi Santosh,

thanks for the fast reply.
This answers my question.

Do you know any GUI-Driven tools performing same like 'nm'.

Greetings

Lothar
Santosh Nair_1
Honored Contributor

Re: Looking for tool showing functions of shared library

Unfortunately, I don't know of any GUI based tool to do this. Sorry.

-Santosh
Life is what's happening while you're busy making other plans