Skip to content

Commit

Permalink
refactor(pwn/ret2text32): 更新缓冲区大小
Browse files Browse the repository at this point in the history
  • Loading branch information
13m0n4de committed Oct 18, 2024
1 parent 4c5a8bd commit 7ec55fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenges/pwn/ret2text32/build/src/ret2text32.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void backdoor() {
}

void vuln() {
char buf[100];
char buf[128];
printf("Program: Hey there! Think you can hack me?\n");
printf("You: ");
gets(buf);
Expand Down

0 comments on commit 7ec55fb

Please sign in to comment.