level3 done
This commit is contained in:
21
level3/source.c
Normal file
21
level3/source.c
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user