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 details)
Built Distribution
File details
Details for the file dlinfo-1.2.1.tar.gz
.
File metadata
- Download URL: dlinfo-1.2.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f6f43b47f3aa5fe12bd347cf536dc8fca6068c61a0a260e408bec7f6eb4bd38 |
|
MD5 | 83b98108da6566febcd682b105811cd7 |
|
BLAKE2b-256 | 20085aa1aef097360959525443f087172046ebc3843a9601b4d9f9cdc3189657 |
File details
Details for the file dlinfo-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: dlinfo-1.2.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a97d7cc66d997b4ac491f0e8068eb324790994834951a9beb5a4619835b361d9 |
|
MD5 | 0552e1a268645c3b51b16fcf426c6f81 |
|
BLAKE2b-256 | a7f9e014eb5740dfc6ebe6105f4c38890f361e5b0e1537a9f04bb4f34432efb9 |