Skip to content

Repository files navigation

python-dlinfo

Python wrapper for libc's dlinfo

Install

pip install dlinfo
# or
pipenv install dlinfo

Usage

>>>fromdlinfoimportDLInfo>>>lib=ctypes.cdll.LoadLibrary(ctypes.util.find_library('c'))
>>>dlinfo=DLInfo(lib)
>>>dlinfo.path'/lib/x86_64-linux-gnu/libc.so.6'

About

Python wrapper for libc's dlinfo (and equivalent on other platforms)

Resources

Stars

1 star

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages