mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 11:13:28 +01:00
feat: MDC (and update generated localizations and project file)
This commit is contained in:
8
AltStore/MDC/grant_fda.h
Normal file
8
AltStore/MDC/grant_fda.h
Normal 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_fda(void (^_Nonnull completion)(NSError* _Nullable));
|
||||
bool installdaemon_patch(void);
|
||||
#endif /* MDC */
|
||||
Reference in New Issue
Block a user