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

View File

@@ -0,0 +1,8 @@
#ifdef MDC
#pragma once
@import Foundation;
/// Uses CVE-2022-46689 to grant the current app read/write access outside the sandbox.
void grant_full_disk_access(void (^_Nonnull completion)(NSError* _Nullable));
bool patch_installd(void);
#endif /* MDC */