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
- Host: GitHub
- URL: https://github.com/0xbekoo/dll-injector
- Owner: 0xbekoo
- Created: 2023-06-13T12:04:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T14:02:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T03:27:02.373Z (4 months ago)
- Language: C++
- Size: 3.35 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```