-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
30 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// | ||
// grabkernel.h | ||
// libgrabkernel2 | ||
// | ||
// Created by Alfie on 14/02/2024. | ||
// | ||
|
||
#ifndef grabkernel_h | ||
#define grabkernel_h | ||
|
||
#include <Foundation/Foundation.h> | ||
|
||
bool download_kernelcache(NSString *zipURL, bool isOTA, NSString *outPath); | ||
bool grab_kernelcache(NSString *outPath); | ||
|
||
// libgrabkernel compatibility shim | ||
// Note that research kernel grabbing is not currently supported | ||
int grabkernel(char *downloadPath, int isResearchKernel); | ||
|
||
#endif /* grabkernel_h */ |