Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # This code with int
  2. .text
  3. .def @feat.00;
  4. .scl 3;
  5. .type 0;
  6. .endef
  7. .globl @feat.00
  8. .set @feat.00, 0
  9. .file "main.cpp"
  10. .def main;
  11. .scl 2;
  12. .type 32;
  13. .endef
  14. .globl main # -- Begin function main
  15. .p2align 4, 0x90
  16. main: # @main
  17. .seh_proc main
  18. # %bb.0:
  19. pushq %rax
  20. .seh_stackalloc 8
  21. .seh_endprologue
  22. xorl %eax, %eax
  23. movl $0, 4(%rsp)
  24. movl $2040444, (%rsp) # imm = 0x1F227C
  25. popq %rcx
  26. retq
  27. .seh_handlerdata
  28. .text
  29. .seh_endproc
  30. # -- End function
  31.  
  32. .addrsig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement