/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
external/source/exploits/CVE-2016-4655/exploit64.h
15 строк
290 B
Tim W
add CVE-2016-4655
03 апр 2018, 09:58
03 апр 2018, 09:58
c503925
Код
Авторство
О чём код?
/* * exploit64.h - Get kernel_task, root and escape the sandbox * Taken and modified from Phœnix Jailbreak * * Copyright (c) 2017 Siguza & tihmstar */ #ifndef EXPLOIT64_h #define EXPLOIT64_h #include <mach/mach.h> task_t get_kernel_task(vm_address_t *kbase); #endif