Skip to content

Silme94/Shellcode-Process-Injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

HOW TO USE

  1. You must have a windows machine with gcc installed.

  2. Clone the project

git clone https://github.com/Silme94/Shellcode-Process-Injection
cd Shellcode-Process-Injection
  1. Open main.c and change the shellcode and the process name.

  2. Compile the file using the Makefile in the folder bin or using gcc.

Use :

gcc main.c -o bin/procInj

or

cd bin
mingw32-make
  1. Execute the output file.
procInj.exe

About

Inject a shell code into a running process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published