An open API service indexing awesome lists of open source software.

https://github.com/0xbekoo/dll-injector

Simple DLL Injector Program Written in C
https://github.com/0xbekoo/dll-injector

Last synced: 2 months ago
JSON representation

Simple DLL Injector Program Written in C

Awesome Lists containing this project

README

        


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:

```sh
gcc injector.cpp -o injector
```


3- Then run the program:

```sh
.\injector
```