Files
SideStore/AltStore/MDCExploit/grant_full_disk_access.h
2023-02-06 17:54:26 +00:00

7 lines
227 B
C

#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);