Skip to content

0xbekoo/DLL-Injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple DLL Injection with C


Welcome to my simple DLL Injection Project written in C! This project injects a DLL into any running Process.
When a DLL is injected into the program, a message called DLL Injected is printed on the screen.

Running Program

1- First of all, copy the dll file in the dll_file to the C: location.

2- Then compile the cpp project:

gcc injector.cpp -o injector

3- Then run the program:

.\injector <PID>

About

Simple DLL Injector Program Written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages