On Wed, Feb 02, 2005, Oron Peled wrote about "Re: List shared object library entries.": > On Tuesday 01 February 2005 23:24, David Harel wrote: > > There is a tool to list entry names in shared object library libxxx.so > > files. If I remember correctly it is llent. > > What's wrong with nm (and grepping for the required info)?
Right. Nm is what you want. And to save you the trouble (?) of reading all the manual page, the "-D" option is what you're looking for :) -- Nadav Har'El | Wednesday, Feb 2 2005, 24 Shevat 5765 [EMAIL PROTECTED] |----------------------------------------- Phone +972-523-790466, ICQ 13349191 |Always remember you're unique, just like http://nadav.harel.org.il |everyone else. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
