The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "N1ghtshade"
m (release of beta 3) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 9: | Line 9: | ||
| developer = synackuk |
| developer = synackuk |
||
| released = beta 1 / {{start date and age|2019|12|07}} |
| released = beta 1 / {{start date and age|2019|12|07}} |
||
− | | latest release version = beta |
+ | | latest release version = beta 9 |
− | | latest release date = {{start date and age|2019|12| |
+ | | latest release date = {{start date and age|2019|12|08}} |
| programming language = C |
| programming language = C |
||
| status = Active |
| status = Active |
||
Line 17: | Line 17: | ||
| genre = Jailbreaking / Downgrading |
| genre = Jailbreaking / Downgrading |
||
}} |
}} |
||
− | '''n1ghtshade''' is a downgrading and [[jailbreaking]] utility. It utilises the [[checkm8]] exploit and is compatible with devices that use the [[S5L8950|A6 processor]], such as the [[iPhone 5]]. |
+ | '''n1ghtshade''' is a downgrading and [[jailbreaking]] utility. It utilises the [[checkm8]] exploit and is compatible with devices that use the [[S5L8950|A6 processor]] and [[S5L8955|A6X processor]], such as the [[iPhone 5]]. |
− | The tool is capable of [[Tethered_jailbreak|tethered jailbreaking]] iOS 6 |
+ | The tool is capable of [[Tethered_jailbreak|tethered jailbreaking]] iOS 6 through iOS 9.3.5 and [[Tethered_Downgrade|tethered downgrading]] to any iOS version supported by the device. |
n1ghtshade's source code is available on [https://github.com/synackuk/n1ghtshade GitHub] under the GNU GPL v3 licence. |
n1ghtshade's source code is available on [https://github.com/synackuk/n1ghtshade GitHub] under the GNU GPL v3 licence. |
||
Line 31: | Line 31: | ||
|- |
|- |
||
! beta 1 |
! beta 1 |
||
− | | rowspan=" |
+ | | rowspan="5" | {{date|2019|12|7}} |
| [https://github.com/synackuk/n1ghtshade/releases/tag/B1 GitHub] |
| [https://github.com/synackuk/n1ghtshade/releases/tag/B1 GitHub] |
||
| |
| |
||
Line 45: | Line 45: | ||
| |
| |
||
* Attempt to fix some of the libusb issues |
* Attempt to fix some of the libusb issues |
||
+ | |- |
||
+ | ! beta 4 |
||
+ | | [https://github.com/synackuk/n1ghtshade/releases/tag/B4 GitHub] |
||
+ | | |
||
+ | * Fixed a really dumb bug. |
||
+ | |- |
||
+ | ! beta 5 |
||
+ | | [https://github.com/synackuk/n1ghtshade/releases/tag/B5 GitHub] |
||
+ | | |
||
+ | * Fixed "failed to upload iBEC" |
||
+ | |- |
||
+ | ! beta 6 |
||
+ | | rowspan="5" | {{date|2019|12|8}} |
||
+ | | [https://github.com/synackuk/n1ghtshade/releases/tag/B6 GitHub] |
||
+ | | |
||
+ | * Fixed reliability issues, NOTE that if you're on Catalina you must eject the iPhone from finder before you run n1ghtshade. |
||
+ | |- |
||
+ | ! beta 7 |
||
+ | | [https://github.com/synackuk/n1ghtshade/releases/tag/B7 GitHub] |
||
+ | | |
||
+ | * Fixed iPhone5,1 support |
||
+ | |- |
||
+ | ! beta 8 |
||
+ | | [https://github.com/synackuk/n1ghtshade/releases/tag/B8 GitHub] |
||
+ | | |
||
+ | * Attempted A6X support |
||
+ | |- |
||
+ | ! beta 9 |
||
+ | | [https://github.com/synackuk/n1ghtshade/releases/tag/B9 GitHub] |
||
+ | | |
||
+ | * Now works on macOS Sierra and up, Working A6X support. |
||
+ | | |
||
+ | |- |
||
+ | ! beta 10 |
||
+ | | [https://github.com/synackuk/n1ghtshade/releases/tag/B10 GitHub] |
||
+ | | |
||
+ | * Attempted to fix some of the reliability issues. |
||
+ | |- |
||
+ | ! beta 11 |
||
+ | | {{date|2019|12|19}} |
||
+ | | [https://github.com/synackuk/n1ghtshade/releases/tag/B11 GitHub] |
||
+ | | |
||
+ | * Trying to fix restore bug, Catalina no longer has finder opening and closing and should now have better checkm8 errors. |
||
+ | |- |
||
+ | ! beta 12 |
||
+ | | {{date|2019|12|23}} |
||
+ | | [https://github.com/synackuk/n1ghtshade/releases/tag/B12 GitHub] |
||
+ | | |
||
+ | * Vastly improved overall reliability. |
||
+ | |- |
||
+ | ! Release Candidate 1 |
||
+ | | {{date|2020|6|23}} |
||
+ | | [https://github.com/synackuk/n1ghtshade/releases/tag/RC1 GitHub] |
||
+ | | |
||
+ | * Vastly improve reliability and increase supported versions. |
||
+ | |- |
||
+ | ! Release Candidate 2 |
||
+ | | {{date|2020|7|6}} |
||
+ | | [https://github.com/synackuk/n1ghtshade/releases/tag/RC2 GitHub] |
||
+ | | |
||
+ | * Added support for macOS 10.10 and newer. |
||
|} |
|} |
Latest revision as of 01:39, 6 July 2020
n1ghtshade beta 2 | |
Original author(s) | synackuk |
Developer(s) | synackuk |
Initial release | beta 1 / 7 December 2019 |
Stable release | beta 9 / 8 December 2019 |
Development status | Active |
Written in | C |
Operating system | macOS |
Available in | English |
Type | Jailbreaking / Downgrading |
n1ghtshade is a downgrading and jailbreaking utility. It utilises the checkm8 exploit and is compatible with devices that use the A6 processor and A6X processor, such as the iPhone 5.
The tool is capable of tethered jailbreaking iOS 6 through iOS 9.3.5 and tethered downgrading to any iOS version supported by the device.
n1ghtshade's source code is available on GitHub under the GNU GPL v3 licence.
Version History
Version | Release Date | Download | Changes |
---|---|---|---|
beta 1 | 7 December 2019 | GitHub |
|
beta 2 | GitHub |
| |
beta 3 | GitHub |
| |
beta 4 | GitHub |
| |
beta 5 | GitHub |
| |
beta 6 | 8 December 2019 | GitHub |
|
beta 7 | GitHub |
| |
beta 8 | GitHub |
| |
beta 9 | GitHub |
|
|
beta 10 | GitHub |
| |
beta 11 | 19 December 2019 | GitHub |
|
beta 12 | 23 December 2019 | GitHub |
|
Release Candidate 1 | 23 June 2020 | GitHub |
|
Release Candidate 2 | 6 July 2020 | GitHub |
|