hackedteam/core-android-native

View on GitHub
selinux_native/jni/kernel_waiter_exploit/selinux4_check.c

Summary

Maintainability
Test Coverage
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <sys/system_properties.h>
#include "log.h"
#include "waiter_exploit.h"

int main() {

  return waiter_exploit_check_exploitability();

}