Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
zsarge committed Nov 20, 2024
1 parent ea8e1ce commit 9c7103f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <stdio.h>

void win() {
puts("you got the shell! here's the flag:");
puts("you won! here's the flag:");
char *args[] = {"cat", "flag.txt", NULL};
execve("/bin/cat", args, NULL);
}
Expand Down

0 comments on commit 9c7103f

Please sign in to comment.