1 Apr 2004 04:53
Re: Determining a program's shared libraries at runtime
Igor Pokrovsky <tiamat <at> comset.net>
2004-04-01 02:53:45 GMT
2004-04-01 02:53:45 GMT
On Wed, Mar 31, 2004 at 02:55:47PM -0500, Mike Heffner wrote: > > Is there a method in FreeBSD for a program to retrieve the current list of > dynamic shared libraries it is linked against or has dlopen()'d? Looks like ldd is doing exactly what you want, take a look at it's sources. -ip -- -- It's always darkest just before the lights go out. _______________________________________________ freebsd-hackers <at> freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe <at> freebsd.org"
Cheers,
Mike
RSS Feed