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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
| 0000000000001149 <main>: 1149: f3 0f 1e fa endbr64 114d: 55 push rbp 114e: 48 89 e5 mov rbp,rsp 1151: 48 83 ec 20 sub rsp,0x20 1155: c7 45 e0 01 00 00 00 mov DWORD PTR [rbp-0x20],0x1 115c: c7 45 e4 02 00 00 00 mov DWORD PTR [rbp-0x1c],0x2 1163: c7 45 e8 03 00 00 00 mov DWORD PTR [rbp-0x18],0x3 116a: c7 45 ec 04 00 00 00 mov DWORD PTR [rbp-0x14],0x4 1171: c7 45 f0 05 00 00 00 mov DWORD PTR [rbp-0x10],0x5 1178: c7 45 f4 06 00 00 00 mov DWORD PTR [rbp-0xc],0x6 117f: c7 45 f8 07 00 00 00 mov DWORD PTR [rbp-0x8],0x7 1186: c7 45 fc 08 00 00 00 mov DWORD PTR [rbp-0x4],0x8 118d: 44 8b 4d f4 mov r9d,DWORD PTR [rbp-0xc] 1191: 44 8b 45 f0 mov r8d,DWORD PTR [rbp-0x10] 1195: 8b 4d ec mov ecx,DWORD PTR [rbp-0x14] 1198: 8b 55 e8 mov edx,DWORD PTR [rbp-0x18] 119b: 8b 75 e4 mov esi,DWORD PTR [rbp-0x1c] 119e: 8b 45 e0 mov eax,DWORD PTR [rbp-0x20] 11a1: 8b 7d fc mov edi,DWORD PTR [rbp-0x4] 11a4: 57 push rdi 11a5: 8b 7d f8 mov edi,DWORD PTR [rbp-0x8] 11a8: 57 push rdi 11a9: 89 c7 mov edi,eax 11ab: e8 1e 00 00 00 call 11ce <H> 11b0: 48 83 c4 10 add rsp,0x10 11b4: 89 c6 mov esi,eax 11b6: 48 8d 3d 47 0e 00 00 lea rdi,[rip+0xe47] # 2004 <_IO_stdin_used+0x4> 11bd: b8 00 00 00 00 mov eax,0x0 11c2: e8 89 fe ff ff call 1050 <printf@plt> 11c7: b8 00 00 00 00 mov eax,0x0 11cc: c9 leave 11cd: c3 ret
00000000000011ce <H>: 11ce: f3 0f 1e fa endbr64 11d2: 55 push rbp 11d3: 48 89 e5 mov rbp,rsp 11d6: 89 7d fc mov DWORD PTR [rbp-0x4],edi 11d9: 89 75 f8 mov DWORD PTR [rbp-0x8],esi 11dc: 89 55 f4 mov DWORD PTR [rbp-0xc],edx 11df: 89 4d f0 mov DWORD PTR [rbp-0x10],ecx 11e2: 44 89 45 ec mov DWORD PTR [rbp-0x14],r8d 11e6: 44 89 4d e8 mov DWORD PTR [rbp-0x18],r9d 11ea: 8b 55 fc mov edx,DWORD PTR [rbp-0x4] 11ed: 8b 45 f8 mov eax,DWORD PTR [rbp-0x8] 11f0: 01 c2 add edx,eax 11f2: 8b 45 f4 mov eax,DWORD PTR [rbp-0xc] 11f5: 01 c2 add edx,eax 11f7: 8b 45 f0 mov eax,DWORD PTR [rbp-0x10] 11fa: 01 c2 add edx,eax 11fc: 8b 45 ec mov eax,DWORD PTR [rbp-0x14] 11ff: 01 c2 add edx,eax 1201: 8b 45 e8 mov eax,DWORD PTR [rbp-0x18] 1204: 01 c2 add edx,eax 1206: 8b 45 10 mov eax,DWORD PTR [rbp+0x10] 1209: 01 c2 add edx,eax 120b: 8b 45 18 mov eax,DWORD PTR [rbp+0x18] 120e: 01 d0 add eax,edx 1210: 5d pop rbp 1211: c3 ret
|