#include #include int main(int argc, char **argv) { /* TODO run exploit and create file with it */ puts("Dummy exploit test"); return EXIT_FAILURE; }