http://linuxgazette.net/issue83/sandeep.html #include <stdio.h> #include <sys/ptrace.h> #include <linux/user.h> #include <signal.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> #include <sys/wait.h> void injected_shellcode(); char *shellcode; char *mesg = "\x31\xc0\xb0\x04\xeb\x0f\x31\xdb\x43\x59" "\x31\xd2\..