Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Which dynamic libraries is actually loaded by process X: (3 Items)
   
Which dynamic libraries is actually loaded by process X  
Is there any way of telling (listing) the libraries loaded by a process.
objdump -x only lists the libraries linked to the process - but I'm looking for a tool that lists the dynamic libraries 
actually loaded be a running process.
Any ideas / hints / tips?
RE: Which dynamic libraries is actually loaded by process X  
You could try "pidin mem"

Andy

-----Original Message-----
From: Per Kristoffersen [mailto:community-noreply@qnx.com] 
Sent: Wednesday, April 10, 2013 7:46 AM
To: ostech-core_os
Subject: Which dynamic libraries is actually loaded by process X

Is there any way of telling (listing) the libraries loaded by a process.
objdump -x only lists the libraries linked to the process - but I'm looking for a tool that lists the dynamic libraries 
actually loaded be a running process.
Any ideas / hints / tips?



_______________________________________________

OSTech
http://community.qnx.com/sf/go/post100431
To cancel your subscription to this discussion, please e-mail ostech-core_os-unsubscribe@community.qnx.com
Re: RE: Which dynamic libraries is actually loaded by process X  
Thanx - that seems to do the trick.