.global _start _start: b binsh back: mov x0, x30 mov x1, #0 mov x2, #0 mov x8, #0xdd svc #0 binsh: bl back .ascii "/bin/sh\0"