A shell that runs x86_64 assembly
c
x86-64
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hello.asmsh 167B

123456789101112
  1. mov $0x0a6f6c6c, %rax
  2. shl $(8*2), %rax
  3. or $0x6548, %rax
  4. push %rax
  5. mov $1, %rax
  6. mov %rax, %rdi
  7. mov %rsp, %rsi
  8. mov $6, %rdx
  9. syscall
  10. mov $60, %rax
  11. xor %rdi, %rdi
  12. syscall