dlinject: Inject a shared library into a live linux process without ptrace

dlinject.py Inject a shared library (i.e. arbitrary code) into a live Linux process, without ptrace. Inspired by Cexigua and linux-inject, among other things. How it Works Send the stop signal to the target process. (optional) Locate...