Files
metasploit-gs/external/source/exploits/CVE-2016-4655/exploit64.h
T
Tim W c5039251a2 add CVE-2016-4655
rebase
2018-04-03 14:58:57 +08:00

16 lines
290 B
C

/*
* 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