Difference between revisions of "WTF"

From The iPhone Wiki
Jump to: navigation, search
(link WTF_0x1227)
m (added links for PurpleRestore and Apple Internal Apps)
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This is run on the [[DFU]] and loads a secondary DFU like interface. It is wondered what this stands for.
+
This is run on [[DFU Mode]] and loads a secondary DFU-like interface. WTF Mode stands for "What's The Firmware" according to [[PurpleRestore]] and a quick look at some [[Apple Internal Apps | internal binaries]].
   
 
==Version 1==
 
==Version 1==
Line 5: Line 5:
   
 
==Version 2==
 
==Version 2==
[[WTF_0x1227|Version 2]] enumerates a new DFU with PID 0x1227. This DFU does proper sig checking and allows img3 files to be uploaded.
+
[[DFU 0x1227|Version 2]] enumerates a new DFU with PID 0x1227. This DFU does proper signature checking and allows [[IMG3 File Format|IMG3]] files to be uploaded.

Revision as of 07:12, 1 April 2018

This is run on DFU Mode and loads a secondary DFU-like interface. WTF Mode stands for "What's The Firmware" according to PurpleRestore and a quick look at some internal binaries.

Version 1

This doesn't appear to do anything. It calls the same functions in the VROM that the VROM calls to run the DFU. The only observable difference is that this WTF is slower. This may also allow large files to be uploaded.

Version 2

Version 2 enumerates a new DFU with PID 0x1227. This DFU does proper signature checking and allows IMG3 files to be uploaded.