mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 07:13:28 +01:00
7 lines
227 B
C
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);
|