Skip to content

mendesalan/simple-dll-injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to dll inject into another proccess.

Firstly compile the hook.cpp file into a dll using GCC:
g++ -shared -o hook.dll hook.cpp

Secondly compile the main program which is the injector of the dll into the target proccess:
g++ injector.cpp -o injector.exe

Huge thanks to Kyle for his amazing tutorial.

About

A beginner project to show how .dll injection works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages