1
0

Add note about exploit test

This commit is contained in:
dump_stack() 2018-10-07 17:31:49 +00:00
parent f2340ecdb3
commit 9eb95acb3e

View File

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