kohlrak

Untitled

Jul 17th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         .file   "main.cpp"
  2.         .intel_syntax noprefix
  3.         .section        .rodata.str1.1,"aMS",@progbits,1
  4. .LC0:
  5.         .string "LE: 0x%08x\nBE: 0x%08x\n"
  6.         .section        .text.startup,"ax",@progbits
  7.         .p2align 4,,15
  8.         .globl  main
  9.         .type   main, @function
  10. main:
  11. .LFB13:
  12.         .cfi_startproc
  13.         lea     ecx, [esp+4]
  14.         .cfi_def_cfa 1, 0
  15.         and     esp, -16
  16.         push    DWORD PTR [ecx-4]
  17.         push    ebp
  18.         .cfi_escape 0x10,0x5,0x2,0x75,0
  19.         mov     ebp, esp
  20.         push    ecx
  21.         .cfi_escape 0xf,0x3,0x75,0x7c,0x6
  22.         sub     esp, 8
  23.         push    3342080
  24.         push    16724480
  25.         push    OFFSET FLAT:.LC0
  26.         call    printf
  27.         mov     ecx, DWORD PTR [ebp-4]
  28.         .cfi_def_cfa 1, 0
  29.         add     esp, 16
  30.         xor     eax, eax
  31.         leave
  32.         .cfi_restore 5
  33.         lea     esp, [ecx-4]
  34.         .cfi_def_cfa 4, 4
  35.         ret
  36.         .cfi_endproc
  37. .LFE13:
  38.         .size   main, .-main
  39.         .ident  "GCC: (GNU) 6.3.1 20161221 (Red Hat 6.3.1-1)"
  40.         .section        .note.GNU-stack,"",@progbits
Advertisement
Add Comment
Please, Sign In to add comment