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.1.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.1-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file pydlltoolkit-0.1.1.tar.gz.

File metadata

  • Download URL: pydlltoolkit-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 0ba0e38fc8a03e2e66e8f1546ff141671d52c11634249b848b149fcd7a11b879
MD5 2fcdc69203f256ab2b0590728727959d
BLAKE2b-256 d91051ef345212a86b739b8efec1c31262f40747ec574fc4017c4b66424f6a09

See more details on using hashes here.

File details

Details for the file pydlltoolkit-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pydlltoolkit-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dafa8b6b9538a193c3d77629b5c207b5b0f71a92faec01fdd336cf4b75ebce6d
MD5 5f3cb2b22932dd18343dc0037013e95f
BLAKE2b-256 a389f79ca9b88f966f958b1d292e130aac09c690eb21b5d6335734666ee069af

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