gctf2023/pwn/flipper/dist/userspace/tests/exploit.c
2023-11-24 13:11:34 -05:00

9 lines
184 B
C

#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");
}