Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dlinfo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dlinfo

Python wrapper for libc's dlinfo and dyld_find on Mac

  • 1.2.1
  • PyPI
  • Socket score

Maintainers
1

python-dlinfo

Python wrapper for libc's dlinfo

Install

.. code:: sh

pip install dlinfo

or

pipenv install dlinfo

Usage

.. code:: python

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'

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc