fix(MDC): revert f1shy's MDC changes and renames

This commit is contained in:
naturecodevoid
2023-06-04 07:19:42 -07:00
parent e7f766095a
commit 8bd8ec8723
12 changed files with 1137 additions and 1163 deletions

14
AltStore/MDC/helpers.h Normal file
View File

@@ -0,0 +1,14 @@
#ifdef MDC
#ifndef helpers_h
#define helpers_h
char* get_temp_file_path(void);
void test_nsexpressions(void);
char* set_up_tmp_file(void);
void xpc_crasher(char* service_name);
#define ROUND_DOWN_PAGE(val) (val & ~(PAGE_SIZE - 1ULL))
#endif /* helpers_h */
#endif /* MDC */