Conversation

the closest you can get is dropping shellcode over some common function with `process_vm_writev` and hope it gets called, but that still needs ptrace permissions. Only way without that i know is writing a kernel module.