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
26
27
28
29
30
31
32
33
34
35
36
37
38
| $ ROPgadget --binary ./rop | grep "int 0x80"
0x08093e93 : add bh, al ; inc ebp ; test byte ptr [ecx], dl ; add byte ptr [eax], al ; int 0x80
0x0804941f : add byte ptr [eax], al ; int 0x80
0x080924e0 : add byte ptr [eax], al ; mov eax, edi ; mov ecx, 0x81 ; int 0x80
0x080924e1 : add byte ptr [ecx + 0x81b9f8], cl ; add byte ptr [eax], al ; int 0x80
0x0806c761 : add dword ptr [eax], eax ; add byte ptr [eax], al ; int 0x80
0x0806ec48 : clc ; mov ecx, 0x80 ; int 0x80
0x080924e3 : clc ; mov ecx, 0x81 ; int 0x80
0x08093e95 : inc ebp ; test byte ptr [ecx], dl ; add byte ptr [eax], al ; int 0x80
0x08049421 : int 0x80
0x0807b72a : ja 0x807b72c ; add byte ptr [eax], al ; int 0x80
0x080b9be1 : jp 0x80b9be8 ; int 0x80
0x080b9e07 : jp 0x80b9e0f ; int 0x80
0x08093e94 : mov dword ptr [ebp - 0x7c], 0x51 ; int 0x80
0x08049419 : mov dword ptr [esp + 0x2c], 0x51 ; int 0x80
0x0807b729 : mov eax, 0x77 ; int 0x80
0x0807b720 : mov eax, 0xad ; int 0x80
0x0806c760 : mov eax, 1 ; int 0x80
0x0806ec47 : mov eax, edi ; mov ecx, 0x80 ; int 0x80
0x080924e2 : mov eax, edi ; mov ecx, 0x81 ; int 0x80
0x0806ec49 : mov ecx, 0x80 ; int 0x80
0x080924e4 : mov ecx, 0x81 ; int 0x80
0x0806f22f : nop ; int 0x80
0x0807b71f : nop ; mov eax, 0xad ; int 0x80
0x0806f22e : nop ; nop ; int 0x80
0x0807b71e : nop ; nop ; mov eax, 0xad ; int 0x80
0x0806f22c : nop ; nop ; nop ; int 0x80
0x0807b71c : nop ; nop ; nop ; mov eax, 0xad ; int 0x80
0x0806f22a : nop ; nop ; nop ; nop ; int 0x80
0x0806f228 : nop ; nop ; nop ; nop ; nop ; int 0x80
0x0807b727 : nop ; pop eax ; mov eax, 0x77 ; int 0x80
0x0806c75f : or byte ptr [eax + 1], bh ; int 0x80
0x0807b728 : pop eax ; mov eax, 0x77 ; int 0x80
0x0806c75e : push cs ; or byte ptr [eax + 1], bh ; int 0x80
0x080b9e08 : push es ; int 0x80
0x08093e92 : sldt edi ; inc ebp ; test byte ptr [ecx], dl ; add byte ptr [eax], al ; int 0x80
0x08093e96 : test byte ptr [ecx], dl ; add byte ptr [eax], al ; int 0x80
0x0806ec45 : xor esi, esi ; mov eax, edi ; mov ecx, 0x80 ; int 0x80
|