Halvar Flake@halvarflake·Feb 22, 2022Are there any code injection libraries for Linux that avoid Ptrace?151554
namazso@namazsothe 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.8:11 AM · Feb 23, 2022