v0rtex.h 305 B

123456789101112
  1. #ifndef V0RTEX_H
  2. #define V0RTEX_H
  3. #include <mach/mach.h>
  4. #include "common.h"
  5. //kern_return_t v0rtex(task_t *tfp0, kptr_t *kslide, kptr_t *kernucred, kptr_t *selfproc);
  6. kern_return_t v0rtex(task_t *tfp0, kptr_t *kslide, kptr_t *kernucred);
  7. //kern_return_t v0rtex(task_t *tfp0, uint64_t *kslide);
  8. #endif