Advertisement
TWL148

test

Mar 29th, 2020
2,825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     .file   "main.c"
  2.     .text
  3.     .section    .rodata
  4. .LC0:
  5.     .string "my name is %s\n"
  6. .LC1:
  7.     .string "i have killed %d glowies\n"
  8.     .text
  9.     .globl  main
  10.     .type   main, @function
  11. main:
  12. .LFB5:
  13.     .cfi_startproc
  14.     pushq   %rbp
  15.     .cfi_def_cfa_offset 16
  16.     .cfi_offset 6, -16
  17.     movq    %rsp, %rbp
  18.     .cfi_def_cfa_register 6
  19.     subq    $32, %rsp
  20.     movq    %fs:40, %rax
  21.     movq    %rax, -8(%rbp)
  22.     xorl    %eax, %eax
  23.     movabsq $7017769825333306740, %rax
  24.     movq    %rax, -20(%rbp)
  25.     movl    $7563638, -12(%rbp)
  26.     movl    $35, -24(%rbp)
  27.     leaq    -20(%rbp), %rax
  28.     movq    %rax, %rsi
  29.     leaq    .LC0(%rip), %rdi
  30.     movl    $0, %eax
  31.     call    printf@PLT
  32.     movl    -24(%rbp), %eax
  33.     movl    %eax, %esi
  34.     leaq    .LC1(%rip), %rdi
  35.     movl    $0, %eax
  36.     call    printf@PLT
  37.     movl    $0, %eax
  38.     movq    -8(%rbp), %rdx
  39.     xorq    %fs:40, %rdx
  40.     je  .L3
  41.     call    __stack_chk_fail@PLT
  42. .L3:
  43.     leave
  44.     .cfi_def_cfa 7, 8
  45.     ret
  46.     .cfi_endproc
  47. .LFE5:
  48.     .size   main, .-main
  49.     .ident  "GCC: (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0"
  50.     .section    .note.GNU-stack,"",@progbits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement