1
0
Fork 0

Add note about exploit test

timestamps
dump_stack() 2018-10-07 17:31:49 +00:00
parent f2340ecdb3
commit 9eb95acb3e
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }