Subject: Re: I want all binaries stripped
To: Jeroen Ruigrok/asmodai <asmodai@in-nomine.org>
From: David Laight <david@l8s.co.uk>
List: tech-pkg
Date: 06/11/2005 22:03:15
On Sat, Jun 11, 2005 at 09:48:07PM +0200, Jeroen Ruigrok/asmodai wrote:
> -On [20050609 21:10], Jeremy C. Reed (reed@reedmedia.net) wrote:
> >What tool can I use to quickly check all my binaries and libraries to see
> >what symbols that include?
> 
> nm should work on .so's.
> 
> Use ldd on the binaries to see which libraries they reference.  And also use
> nm on the binaries for the symbol information.

'objdump -p program' and 'objdump -h program' will give a better idea
of what is in an elf file.
The dynamic linker only looks at the info that -p shows.

	David

-- 
David Laight: david@l8s.co.uk