Skip to content

secnotes/python-dll-injector

 
 

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

How to Run

Just clone the repository and run with python main.py as there are no other dependencies.

About

A DLL Injector written in Python with no dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%