Hello All ,
I would like to know how to see the implementation of the functions defined
a library.And alos I do not understand why the libraries like glibc-2.0 is
hide alway.
Thanks in advance,
Regards
Rakesh
To see the implementation of functions in a shared/static library, you
have to get the sources of that particular utility and look into it ....
( nm libpcap.a -- you can see the list of symbols from static library)
regards
Suneesh
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/