Skip to content

K3rnel-Dev/ThreadHijack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages