1
0

Add note about exploit test

Esse commit está contido em:
2018-10-07 17:31:49 +00:00
commit 9eb95acb3e

Ver Arquivo

@@ -4,5 +4,6 @@
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
/* TODO run exploit and create file with it */ /* TODO run exploit and create file with it */
puts("Dummy exploit test");
return EXIT_FAILURE; return EXIT_FAILURE;
} }