Skip to content

A basic Windows DLL injector in C using CreateRemoteThread and LoadLibrary. Implemented for educational purposes.

Notifications You must be signed in to change notification settings

dnsserver/Windows-DLL-Injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Windows DLL Injector

Usage:

ProcessInject <Executable_Name> <Path_To_DLL>

I did a writeup on how a basic DLL injection can be achieved by using CreateRemoteThread and LoadLibrary. Note that this is a noisy way to inject a DLL into a remote process, and was implemented for educational purposes. See my blog post.

About

A basic Windows DLL injector in C using CreateRemoteThread and LoadLibrary. Implemented for educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%