level3 done

This commit is contained in:
2025-04-29 11:25:11 +02:00
parent 89d0e5d442
commit b58b1bc2a7
4 changed files with 39 additions and 0 deletions

21
level3/source.c Normal file
View File

@ -0,0 +1,21 @@
#include <stdio.h>
#include <stdlib.h>
void v(void)
{
char buf[520];
fgets(buf, 512, stdin);
printf(buf);
if (m == 64) {
fwrite("Wait what?!\n", 1, 0xc, stdout);
system("/bin/sh");
}
return;
}
int main(void)
{
v();
return 0;
}