diff options
Diffstat (limited to 'bin/true/arch/x86_64/true.s')
| -rw-r--r-- | bin/true/arch/x86_64/true.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/true/arch/x86_64/true.s b/bin/true/arch/x86_64/true.s new file mode 100644 index 00000000..782ef00d --- /dev/null +++ b/bin/true/arch/x86_64/true.s @@ -0,0 +1,7 @@ +.globl _start + +_start: + mov 60, %rax + xor %rdi, %rdi + syscall + |
