This commit is contained in:
bfu4 2022-03-21 16:51:51 +00:00
parent 54b1529f1f
commit 2ed4b837f1

2
bof.s

@ -32,7 +32,7 @@
_start:
push %rbp
call _get_input
pop %rbp
pop %rbp ; TODO: segfault
mov $0, %rax
mov $60, %rdi
syscall