osx - Getting a list of used libraries by a running process (unix) -
I need to know what the Unix process has been loaded and can be used throughout its lifetime. Is possible and how Or better yet, I have a library name and I have to find out which process is being used, it is possible.
On a single note, it is possible to inform that when a Unix process was launched and when it was left, it would not be the hair process of my procedure, I need to know globally. Update:
I think I have not provided enough information about Unix, which I was talking about about Mac OS X (although some people It says that this is not completely Unix), and I was looking for a process to find the loaded libraries and I have to do it in C / C ++. >
Solaris has the ability to call you executable or running process for Linux or for mapped libraries You can consider for / proc / PID / maps
.
Comments
Post a Comment