From mboxrd@z Thu Jan 1 00:00:00 1970 From: cdkrot@yandex.ru (Sayutin Dmitry) Date: Tue, 03 Jan 2017 22:24:11 +0300 Subject: Inject custom code or data into running process Message-ID: <1246901483471451@web40m.yandex.ru> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hello, how one should inject code or data into allready running process? There is no need to start code execution at this point, but it should appear in it's virtual memory. Moreover, i want this data to persist across execve's or clone's (probably can be implemented as hook on appropriate kernel methodes) (If you want to know motivation for this -- I want to implement some new idea on sandboxing). Thanks in advance, Sayutin Dmitry