Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Thread Hijacking

Thread Hijacking is a code injection technique that suspends an existing thread, modifies its execution context (e.g., the instruction pointer), and redirects it to execute custom shellcode.

  • Local: hijacks a thread within the same process.
  • Remote: hijacks a thread in a remote process (PID required).