Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 523 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 523 Bytes

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