9 lines
184 B
C
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");
|
|
} |