execve1.s 155 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 .section .text .global _start _start: add r0, pc, #12 mov r1, #0 mov r2, #0 mov r7, #11 svc #0 .ascii "/bin/sh\0"