Skip to content

jacoblusk/python-dll-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLL Injector

A simple Python DLL Injector that utilizes ctypes and the WIN32 API.

Currently only supports the most basic style of DLL injection, using LoadLibraryA and CreateRemoteThread.

Depending on whether you run this with 64bit or 32bit Python will change which processes you may inject into.

Python DLL Injector

Installation

You can install directly from GitHub using the command below,

pip install git+https://github.com/jacoblusk/python-dll-injector.git

Or you can clone the repo and install from the repository itself.

git clone https://github.com/jacoblusk/python-dll-injector.git
cd python-dll-injector
pip install .

To run the program,

pydllinjector

About

A DLL Injector written in Python with no dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages