v0rtex2.h 353 B

123456789101112131415
  1. #ifndef V0RTEX_H
  2. #define V0RTEX_H
  3. #include <mach/mach.h>
  4. #include "common2.h"
  5. #include "offsets2.h"
  6. typedef kern_return_t (*v0rtex_cb_t)(task_t tfp0, kptr_t kbase, void *data);
  7. //kern_return_t v0rtex(offsets_t *off, v0rtex_cb_t callback, void *cb_data);
  8. kern_return_t v0rtex(offsets_t *off, task_t *tfp0, kptr_t *kslide, kptr_t *kernucred);
  9. #endif