fork(3) download
  1. global _start
  2.  
  3. section .data
  4.  
  5. buf resb 256
  6. len equ 7
  7.  
  8. section .text
  9.  
  10. _start:
  11. mov dword [buf],542393671
  12. mov dword [buf],47
  13.  
  14. mov eax,4
  15. mov ebx,1
  16. mov ecx,buf
  17. mov edx,len
  18. int 0x80
  19.  
  20. mov eax, 01h ; exit()
  21. xor ebx, ebx ; errno
  22. int 80h
  23.  
Success #stdin #stdout 0s 100KB
stdin
Standard input is empty
stdout
/