Process Injection On Linux
See also
Dynamic Linker/Loader - Make an ELF load specific libraries
Intro
Strictly speaking, this is not the process injection you are expecting. Abusing ld.so
can help you get your shared object (library) loaded in future processes the ELF file might …