CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2017-13861/v0rtex.h
Views: 11780
1
#ifndef V0RTEX_H
2
#define V0RTEX_H
3
4
#include <mach/mach.h>
5
6
#include "common.h"
7
#include "liboffsetfinder64/getoffsets.h"
8
9
#ifdef __cplusplus
10
extern "C"
11
#endif
12
kern_return_t v0rtex(offsets_t *off, mach_port_t* tfp0, uint64_t* kernelbase);
13
14
15
#endif
16
17