@@ -0,0 +1,15 @@
#include <stdio.h>
#include "exploit/checkm8.h"
int main()
{
int status = exploit_device();
if(status == 0)
printf("Successfully exploited device!\n");
}
else
printf("Failed to exploit device\n");
The note is not visible to the blocked user.