mirror of
https://github.com/opa334/TrollStore.git
synced 2026-07-02 03:00:39 +08:00
Implement signing with new CoreTrust bypass
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
int binary_sign_adhoc(char *path, bool preserveMetadata);
|
||||
int binary_sign_adhoc(const char *path, bool preserveMetadata);
|
||||
@@ -89,7 +89,7 @@ extern const CFStringRef kSecCodeInfoResourceDirectory; /* Internal */
|
||||
}
|
||||
#endif
|
||||
|
||||
int binary_sign_adhoc(char *path, bool preserveMetadata)
|
||||
int binary_sign_adhoc(const char *path, bool preserveMetadata)
|
||||
{
|
||||
NSString *filePath = [NSString stringWithUTF8String:path];
|
||||
OSStatus status = 0;
|
||||
|
||||
Reference in New Issue
Block a user