correction

This commit is contained in:
bfu4 2022-03-23 15:05:33 -04:00
parent 5e7c7ff277
commit 5757717f5d
No known key found for this signature in database
GPG Key ID: FD1D952871D22043

2
bof.s

@ -65,7 +65,7 @@
#---------------------------------------------------------------#-----------------------------------------------#
_get_rich_fast: # #
push %rbp # void _get_rich_fast(void) { #
mov %rsp, %rbp # printf(money_str); // section .data #
mov %rsp, %rbp # printf(money_str); // .rodata #
lea money_str, %rdi # } #
mov %rdi, %rax # #
call printf@plt #-----------------------------------------------#