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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dlinfo-2.0.0.tar.gz
(12.7 kB
view details)
Built Distribution
File details
Details for the file dlinfo-2.0.0.tar.gz
.
File metadata
- Download URL: dlinfo-2.0.0.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
88a2bc04f51d01bc604cdc9eb1c3cc0bde89057532ca6a3e71a41f6235433e17
|
|
MD5 |
f9cb9c70926e57ede2e6fc808a0c2040
|
|
BLAKE2b-256 |
858e8f2f94cd40af1b51e8e371a83b385d622170d42f98776441a6118f4dd682
|
File details
Details for the file dlinfo-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: dlinfo-2.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b32cc18e3ea67c0ca9ca409e5b41eed863bd1363dbc9dd3de90fedf11b61e7bc
|
|
MD5 |
2c990c2b5197a5b6ba5b428e3c4de5b9
|
|
BLAKE2b-256 |
da90022c79d6e5e6f843268c10b84d4a021ee3afba0621d3c176d3ff2024bfc8
|