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.
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