The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "IFaith"
(→Version History: 1.5.8) |
(iFaith 1.5.9.) |
||
Line 11: | Line 11: | ||
| released = {{Start date|2011|06|02|df=yes}} |
| released = {{Start date|2011|06|02|df=yes}} |
||
| discontinued = |
| discontinued = |
||
− | | latest release version = 1.5. |
+ | | latest release version = 1.5.9 |
− | | latest release date = {{Start date and age|2013| |
+ | | latest release date = {{Start date and age|2013|06|25|df=yes}} |
| latest preview version = |
| latest preview version = |
||
| latest preview date = |
| latest preview date = |
||
Line 18: | Line 18: | ||
| operating system = [[wikipedia:Microsoft Windows|Microsoft Windows]] XP or greater |
| operating system = [[wikipedia:Microsoft Windows|Microsoft Windows]] XP or greater |
||
| platform = |
| platform = |
||
− | | size = ZIP: |
+ | | size = ZIP: 4,984,425 bytes (4.75 MiB)<br />EXE: 7,197,696 bytes (6.86 MiB) |
| language = [[wikipedia:English language|English]] |
| language = [[wikipedia:English language|English]] |
||
| status = Active |
| status = Active |
||
| genre = Backup |
| genre = Backup |
||
| license = [[wikipedia:Proprietary software|Closed source]]<br /><small>1.2: [[wikipedia:GNU General Public License#Version 3|GNU GPL v3]]</small> |
| license = [[wikipedia:Proprietary software|Closed source]]<br /><small>1.2: [[wikipedia:GNU General Public License#Version 3|GNU GPL v3]]</small> |
||
− | | website = |
+ | | website = http://www.ih8sn0w.com |
}} |
}} |
||
{{float toc|left}} |
{{float toc|left}} |
||
Line 35: | Line 35: | ||
== Credits == |
== Credits == |
||
* [[User:Ih8sn0w|iH8sn0w]] - author |
* [[User:Ih8sn0w|iH8sn0w]] - author |
||
− | * [[User:Geohot|geohot]] - [[limera1n]] |
+ | * [[User:Geohot|geohot]] - [[limera1n Exploit]] |
{{clear}} |
{{clear}} |
||
Line 188: | Line 188: | ||
| |
| |
||
* Fixed issues when dumping blobs on an iPhone3,2 (thanks to @airship17 for helping me debug!) |
* Fixed issues when dumping blobs on an iPhone3,2 (thanks to @airship17 for helping me debug!) |
||
+ | |- |
||
+ | ! 1.5.9 |
||
+ | | style="text-align:center;" | 25 June 2013 |
||
+ | | |
||
+ | * Now dumps SHSHs from Apple TV 2G devices running iOS 5.3/10B809. |
||
+ | * Fixed bug when when building signed IPSWs with iPhone3,2 blobs. |
||
+ | * Fixed bug with APTicket validation causing a client-side crash on computers not connected to the internet. |
||
|} |
|} |
||
Revision as of 18:32, 26 June 2013
iFaith 1.0 on Windows XP | |
Original author(s) | iH8sn0w |
Developer(s) | iH8sn0w |
Initial release | 2 Jun 2011 |
Stable release | 1.5.9 / 25 June 2013 |
Development status | Active |
Written in | C# |
Operating system | Microsoft Windows XP or greater |
Size |
ZIP: 4,984,425 bytes (4.75 MiB) EXE: 7,197,696 bytes (6.86 MiB) |
Available in | English |
Type | Backup |
License |
Closed source 1.2: GNU GPL v3 |
Website | http://www.ih8sn0w.com |
iFaith is an open source SHSH dumper for the Windows family of operating systems written by iH8sn0w. It works on all devices that are susceptible to the limera1n exploit (all devices before the iPad 2). This is useful if you receive a device with old firmware on it that you want to be able to restore. Even if Apple doesn't sign that firmware anymore, you can backup the SHSH data directly from the device, so that you can install the firmware later again to avoid upgrading the firmware.
Source Code
The source code of iFaith 1.2 is available under the GNU General Public License v3. Other versions are not available.
License
What is interesting is how iFaith uses xpwn (xpwntool and hfsplus) while being able to be closed source. The reason is that the GNU GPL v3 requires derivatives of GPL software and programs utilizing GPL libraries (static or dynamic) to be under the GNU GPL v3 or (at their discretion) a later version. iFaith works around this the same way OS X does - by using a compiled executable, not a library.
Credits
- iH8sn0w - author
- geohot - limera1n Exploit
Version History
Version | Release date | Changes |
---|---|---|
1.0 | 2 Jun 2011 |
|
1.1 | 2 Jul 2011 |
|
1.2 | 27 Jul 2011 |
|
1.2.1 | 27 Jul 2011 |
|
1.2.2 | 31 Jul 2011 (?) |
|
1.3 | 9 Aug 2011 |
|
1.3.1 | 12 Aug 2011 |
|
1.3.2 | 14 Aug 2011 |
|
1.4 | 03 Dec 2011 |
|
1.4.1 | 20 Dec 2011 |
|
1.4.2 | 07 Feb 2012 |
|
1.5 | 03 Feb 2013 |
|
1.5.1 | 03 Feb 2013 |
|
1.5.2 | 05 Feb 2013 |
|
1.5.3 | 23 Feb 2013 |
|
1.5.4 | 24 Feb 2013 |
|
1.5.5 | 10 Mar 2013 |
|
1.5.6 | 26 Mar 2013 |
|
1.5.7 | 10 April 2013 |
|
1.5.8 | 13 April 2013 |
|
1.5.9 | 25 June 2013 |
|
External Links
- iH8sn0w's site (includes iFaith download link)
- Source code of 1.2 on GitHub