35 lines
617 B
C
35 lines
617 B
C
#ifndef pwn_import_h
|
|
#define pwn_import_h
|
|
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdint.h>
|
|
|
|
#include <mach/mach.h>
|
|
#include <mach/mach_vm.h>
|
|
|
|
#include <IOKit/IOKitLib.h>
|
|
#include <CoreFoundation/CoreFoundation.h>
|
|
#include <IOKit/IOKitLib.h>
|
|
#include <dlfcn.h>
|
|
#include <string.h>
|
|
#include <mach/mach_types.h>
|
|
#include <mach-o/loader.h>
|
|
#include <sys/types.h>
|
|
#include <mach-o/nlist.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <stdint.h>
|
|
#include <sys/mman.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|
|
|
|
|
|
#include "lsym.h"
|
|
#include "lsym_gadgets.h"
|
|
|
|
#endif
|