Add example kernel exploit skeleton
This commit is contained in:
8
examples/kernel-exploit/CVE-2016-5195_test.c
Normal file
8
examples/kernel-exploit/CVE-2016-5195_test.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
/* TODO run exploit and create file with it */
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
Reference in New Issue
Block a user