This project contains a sample C code that inject your shellcode into the windows "explorer.exe" process, it can be used to inject backdoors ... etc.
To compile and run the program, use the following commands:
gcc injection.c -o injection
./injection
Please use this responsibly and do not attempt to inject code into processes without proper authorization.
This code is provided for educational purposes only. Process injection techniques can be used maliciously and can lead to security issues if misused. ๐ซ Please do not use this code for malicious purposes.
This project is licensed under the MIT License - see the LICENSE.md file for details