In Windows, the Dependency Walker tool shows a tree of DLLs that is loaded by an executable.
In a similar way, is it possible to know the tree of all the shared libraries (*.so
) that are loaded by a Python program when I run it in Linux?
In Windows, the Dependency Walker tool shows a tree of DLLs that is loaded by an executable.
In a similar way, is it possible to know the tree of all the shared libraries (*.so
) that are loaded by a Python program when I run it in Linux?