Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .file "main.cpp"
- .intel_syntax noprefix
- .section .rodata.str1.1,"aMS",@progbits,1
- .LC0:
- .string "LE: 0x%08x\nBE: 0x%08x\n"
- .section .text.startup,"ax",@progbits
- .p2align 4,,15
- .globl main
- .type main, @function
- main:
- .LFB13:
- .cfi_startproc
- lea ecx, [esp+4]
- .cfi_def_cfa 1, 0
- and esp, -16
- push DWORD PTR [ecx-4]
- push ebp
- .cfi_escape 0x10,0x5,0x2,0x75,0
- mov ebp, esp
- push ecx
- .cfi_escape 0xf,0x3,0x75,0x7c,0x6
- sub esp, 8
- push 3342080
- push 16724480
- push OFFSET FLAT:.LC0
- call printf
- mov ecx, DWORD PTR [ebp-4]
- .cfi_def_cfa 1, 0
- add esp, 16
- xor eax, eax
- leave
- .cfi_restore 5
- lea esp, [ecx-4]
- .cfi_def_cfa 4, 4
- ret
- .cfi_endproc
- .LFE13:
- .size main, .-main
- .ident "GCC: (GNU) 6.3.1 20161221 (Red Hat 6.3.1-1)"
- .section .note.GNU-stack,"",@progbits
Advertisement
Add Comment
Please, Sign In to add comment