xop -- Echo highlighted unparsed 'nop' instruction in standard output.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

29 Zeilen
275B

  1. format ELF64 executable 3
  2. segment readable executable
  3. nop
  4. mov rax, 1
  5. nop
  6. mov rdi, 1
  7. nop
  8. mov rsi, string
  9. nop
  10. mov rdx, [length]
  11. nop
  12. syscall
  13. nop
  14. mov rax, 60
  15. nop
  16. mov rdi, 0
  17. nop
  18. syscall
  19. nop
  20. segment readable writable
  21. string db 'Heyo world!', 10
  22. length dq 12