Files
SideStore/AltStore/MDCExploit/helping_tools.h

13 lines
280 B
C
Raw Normal View History

2023-02-06 17:54:26 +00:00
#ifndef helpers_h
#define helpers_h
char* get_temporary_file_location_paths(void);
2023-02-06 17:54:26 +00:00
void test_nsexpressions(void);
char* setup_temporary_file(void);
2023-02-06 17:54:26 +00:00
void crash_with_xpc_thingy(char* service_name);
2023-02-06 17:54:26 +00:00
#define ROUND_DOWN_PAGE(val) (val & ~(PAGE_SIZE - 1ULL))
#endif /* helpers_h */