emp3r0r - Injection
shared library injection
with gdb
(yes i have compiled a fully static gdb), we can easily perform the injection by invoking dlopen
in target processes, since most processes on a Linux machine are linked with glibc
, this will work for almost every process, including systemd
according to https://magisterquis.github …
more ...