Advertisement
Nofew

Untitled

Dec 14th, 2015
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. BITS 32
  2.  
  3. section .text
  4. global _start
  5. _start:
  6. mov 2eh,eax
  7. push eax
  8. mov eax,4
  9. xor ebx,ebx
  10. inc ebx
  11. mov esp,ecx
  12. xor edx,edx
  13. inc edx
  14. int 80h
  15. int 80h
  16. int 80h
  17. xor eax,eax
  18. inc eax
  19. xor ebx,ebx
  20. int 80h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement