Python wrapper for libc's dlinfo and dyld_find on Mac
Project description
Python wrapper for libc’s dlinfo
Install
pip install dlinfo
# or
pipenv install dlinfo
Usage
>>> from dlinfo import DLInfo
>>> lib = ctypes.cdll.LoadLibrary(ctypes.util.find_library('c'))
>>> dlinfo = DLInfo(lib)
>>> dlinfo.path
'/lib/x86_64-linux-gnu/libc.so.6'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dlinfo-1.2.1.tar.gz
(11.8 kB
view hashes)
Built Distribution
dlinfo-1.2.1-py3-none-any.whl
(3.6 kB
view hashes)