Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 339 Bytes

ThreadHijack in C

C

Code for injecting shellcode and executing it into the main thread of the legitimate-process.

✨ For compilation gcc:

gcc -O3 -s -m32 code.c -o code.exe

🌟 Example:

screen