Skip to content

volodymyr-stovba/linux-crt

 
 

Repository files navigation

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.

About

CreateRemoteThread for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.0%
  • Assembly 4.1%
  • Makefile 0.9%