CTF CheatsheetsLinuxBinary ExploitationSyscallsOn this pageSyscalls 64bit linux syscalls Basic exit one in x64 global _startsection .text_start: mov rax, 60 mov rdi, 1 syscall