Page 1 of 1

Depends like

Posted: Sun Nov 16, 2008 12:45 pm
by valiyuneski
Hi Eran,

Is there a Depends like in linux so you can list all the exported symbols from a shared library ?

Re: Depends like

Posted: Sun Nov 16, 2008 1:43 pm
by eranif

Code: Select all

nm -e <shared library name>
Eran