gctf2023/pwn/flipper/dist/userspace/tests/exploit.c

9 lines
184 B
C
Raw Normal View History

2023-11-24 18:11:34 +00:00
#include "stdio.h"
#include "nonstd.h"
#include "sched.h"
int main(int argc, char** argv)
{
// On the server, only this file will be executed.
printf("Your exploit here\n");
}