-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
8 changed files
with
36 additions
and
1,248 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
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,30 @@ | ||
## n1ghtshade | ||
|
||
A 32 bit checkm8 based downgrade utility. | ||
|
||
* n1ghtshade permits the downgrade/jailbreak of A6/A6x devices | ||
* Supports iOS 6 - 9.3.5 | ||
|
||
### Download | ||
|
||
* n1ghtshade can be downloaded from [here](https://github.com/synackuk/n1ghtshade/releases). | ||
|
||
#### Bugs | ||
|
||
* if you identify any bugs please contact me on Twitter or use the github issues tab. | ||
|
||
### Components | ||
|
||
* [belladonna](https://github.com/synackuk/belladonna) Injects the checkm8 payload and facilitates the execution of other components | ||
* [atropine] Patches iBoot and kernelcache components on the fly | ||
* [hyoscine] Installs the n1ghtshade app and prepares the device for a Cydia install | ||
|
||
|
||
### Dependencies | ||
|
||
* arm-elf-gcc (you can install with macports) | ||
* libcrypto | ||
* libzip | ||
* libplist | ||
* [libirecovery](https://github.com/synackuk/libirecovery) | ||
* libimobiledevice |
Submodule belladonna
updated
2 files
+1 −0 | src/exploits/checkm8/payload/.gitignore | |
+49 −0 | src/exploits/checkm8/payload/makefile |
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 |
---|---|---|
@@ -1 +1 @@ | ||
SUBDIRS = macos | ||
SUBDIRS = macos |
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
Oops, something went wrong.