Skip to main content

Python DLL Injection Toolkit

Project description

pydlltoolkit

Installation

You can install the package via pip:

pip install pydlltoolkit

Example:

import os
from pydlltoolkit import DllInjector

if __name__ == "__main__":
    pid = 888

    base_dir = os.path.dirname(__file__)

    dll_path = os.path.join(base_dir, "simple.dll")
    dll_name = os.path.basename(dll_path)

    d = DllInjector()

    # Inject DLL
    d.inject(pid, dll_path)

    # # Uninject DLL (Unload)
    d.uninject(pid, dll_name)

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

pydlltoolkit-0.1.0b0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pydlltoolkit-0.1.0b0-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file pydlltoolkit-0.1.0b0.tar.gz.

File metadata

  • Download URL: pydlltoolkit-0.1.0b0.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.4

File hashes

Hashes for pydlltoolkit-0.1.0b0.tar.gz
Algorithm Hash digest
SHA256 0a121f6ebd706bfd2a964743bde2b99495210322821f2375fca9b9bc74823f8d
MD5 5533370b4f2a1a105ad99a6fb1622d95
BLAKE2b-256 48eeb9fb5089f0127ca89839195fd4829d7a270a00cdb820dd6b1fae0c011947

See more details on using hashes here.

File details

Details for the file pydlltoolkit-0.1.0b0-py3-none-any.whl.

File metadata

  • Download URL: pydlltoolkit-0.1.0b0-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.4

File hashes

Hashes for pydlltoolkit-0.1.0b0-py3-none-any.whl
Algorithm Hash digest
SHA256 24904a6c52460edbf64cef60f98085e93a9dfe35add38f20eb096622e0b1fc67
MD5 145d5033a5133f77c7e83db341dd4d7d
BLAKE2b-256 439b2a4fed4216da79b7918819c7f90a0f7e7554884d7487c8e29d44525b9736

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page