How do I detect running processes using a library package?
This command is doing the rounds for detecting currently running processes using glibc:
This command is doing the rounds for detecting currently running processes using glibc:
Why does /proc/pid/maps
contain a few records for the same library ? Here is an example:
On 32-bit Linux systems, invoking this
I want to remove some of the paths the linker uses to find .so libraries for testing purposes.