I have two, related questions:
- How can I see if a shared library is currently loaded? (i.e. system-wide, process agnostic)
- How can I see all shared libraries loaded by a process?
|
feedback
|
|
You can do both with
and to see what files (including shared libraries) a process has open and/or mapped, do:
| |||
|
feedback
|
|
Another way to see what's loaded in a process is by looking at the | |||
|
feedback
|