Just some important links that might be useful for others. Ptrace is a linux syscall that allows you to manipulate process. It’s commonly used to implement debuggers, although you can do quite a lot of other interesting stuff with it: Playing with Ptrace, Part I Playing with Ptrace, Part II This link shows how to […]