2018-10-07 12:08:00 +00:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
{
|
|
|
|
/* TODO run exploit and create file with it */
|
2018-10-07 17:31:49 +00:00
|
|
|
puts("Dummy exploit test");
|
2018-10-07 12:08:00 +00:00
|
|
|
return EXIT_FAILURE;
|
|
|
|
}
|