# Packages
No description provided by the author
# Functions
Find returns the host-resolved paths of all shared libraries (per mount namespace) matching the given filter It does so by iterating over all /proc/<PID>/maps and /proc/<PID>/mountinfo files in the host If filter is nil, all entries from /proc/<PID>/maps with a pathname are reported.
Find returns the host-resolved paths of all shared libraries (per mount namespace) matching the given filter It does so by iterating over all /procPath/<PID>/maps and /procPath/<PID>/mountinfo files in the host If filter is nil, all entries from /procPath/<PID>/maps with a pathname are reported.
FromPID returns all shared libraries matching the given filter that are mapped into memory by a given PID If filter is nil, all entries from /proc/<PID>/maps with a pathname are reported.
# Variables
AllLibraries represents a filter that matches all shared libraries.