[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dynamic loader behavior question



>> Finally, is there some {program, shell command, system api} that
>> will effectively tell what *.so's are loaded into a process ? Any
>> URL's/manuals that go over this some more ?
>
>"ldd" will tell you what shared objects are used at load time.  I
>don't know about how to tell whats loaded into a running process.  You

The following will show you which libraries get loaded as long as they're
from the usual lib directories.

strace -o out program ; grep open.*lib out

--
I am a wolf, but I like to wear sheep's clothing.


Reply to: