Skip to content

NATsCodes/Simple-Dll-Injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Dll-Injector

This is a Simple dll injector which will run your dll by invoking LoadLibraryA with CreateRemoteThread.

Usage:

dllinject.exe [Process ID] [Dll path]
  • Process ID - The process ID of the process of wich the DLL will be injected to.
  • Dll path - The path to the DLL wich will be injected to the process.

note:

I have provided you with a 64 and a 32 bit versions of the injector as well as a test dll named "Hello World.dll. The test dll when attached will display a messege box.

About

Simple Dll Injector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors