16 lines
247 B
C
16 lines
247 B
C
#ifndef V0RTEX_H
|
|
#define V0RTEX_H
|
|
|
|
#include <mach/mach.h>
|
|
|
|
#include "common.h"
|
|
#include "liboffsetfinder64/getoffsets.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
kern_return_t v0rtex(offsets_t *off, mach_port_t* tfp0, uint64_t* kernelbase);
|
|
|
|
|
|
#endif
|