Files
SideStore/AltStore/MDC/grant_full_disk_access.h
2023-06-04 07:19:42 -07:00

9 lines
255 B
C

#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 */