[BITS 64] section .text global _start _start: lea rdi, [rel binsh] xor rsi, rsi xor rdx, rdx mov rax, 0x3b syscall binsh: db '/bin/sh',0