Skip to content

Latest commit

ย 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”“ Windows Process Injection

C Windows License

๐Ÿ“ƒ Description

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. โš ๏ธ The provided shellcode is intended for a Unix system, so it won't actually work in this context.

โš™๏ธ Usage

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.

โš ๏ธ Disclaimer

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.

๐Ÿ“– License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

injecting a shellcode into another process on a Windows system

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages