9 lines
146 B
C
9 lines
146 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
/* TODO run exploit and create file with it */
|
|
return EXIT_FAILURE;
|
|
}
|