Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .cstring
  2. LC0:
  3. .ascii "> \0"
  4. LC1:
  5. .ascii "Q\0"
  6. LC2:
  7. .ascii "ies\0"
  8. LC3:
  9. .ascii "es\0"
  10. LC4:
  11. .ascii "s\0"
  12. LC5:
  13. .ascii "%s -> %s\12\0"
  14.  
  15. # ...
  16.  
  17.  
  18. L8:
  19. movl -180(%rbp), %eax
  20. cltq
  21. movb $0, -176(%rbp,%rax) # plurals[last] = '\0';
  22. leaq LC2(%rip), %rax # move address of "ies" to rax
  23. movq %rax, -192(%rbp) # move rax to ending
  24. jmp L9
  25.  
  26. # ...
  27.  
  28. L9:
  29. movq -192(%rbp), %rsi
  30. leaq -176(%rbp), %rdi
  31. movl $80, %edx
  32. call ___strcat_chk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement