1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-04-12 23:33:11 +08:00
TrollStore/Installer/TrollInstaller/TrollInstaller/exploit/kernel_base.h
2022-09-02 17:19:48 +02:00

10 lines
181 B
C

#ifndef __KERNEL_BASE_H__
#define __KERNEL_BASE_H__
#include <mach/mach.h>
#include <stdint.h>
uint64_t kernel_base_from_holder(mach_port_t holder, uint64_t holder_addr);
#endif