Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 882 Bytes

README.rst

File metadata and controls

29 lines (19 loc) · 882 Bytes

CreateRemoteThread for Linux

CreateRemoteThread (thread injection) for Linux.

Limitations:

  • works only for x86_64 applications (64-bit)
  • works only for dynamically linked applications
  • works only for applications using glibc
  • works only with enabled debugging (i.e., ptrace_scope set to zero, the target process is dumpable, or you have CAP_SYS_PTRACE)
  • unsafe when applied to single-threaded applications

More materials

Talk slide deck and detailed description (in Russian).

License

GPLv2: see LICENSE.