Difference between revisions of "0wnboot"

From The iPhone Wiki
Jump to: navigation, search
(Source)
Line 1: Line 1:
0wnboot is the Chronic Dev Team's iPod touch 2G payload, which uses the same exploit as the iPhone Dev Team's [[RedSn0w]]. The end result is an iBoot that has permissions, range checks, and signature verifications patched in order to run unsigned code and use several functions of iBoot that are normally protected.
+
0wnboot is the Chronic Dev Team's iPod touch 2G payload, which uses the same [[ARM7 Go|vulnerability]] as the iPhone Dev Team's [[RedSn0w]]. The end result is an iBoot that has permissions, range checks, and signature verifications patched in order to run unsigned code and use several functions of iBoot that are normally protected.
   
 
==Source==
 
==Source==
Source code is available [http://code.google.com/p/chronicdev/source/browse/trunk/0wnboot/?r=195 here]
+
Source code is available [http://code.google.com/p/chronicdev/source/browse/trunk/0wnboot/ here]

Revision as of 13:53, 7 August 2009

0wnboot is the Chronic Dev Team's iPod touch 2G payload, which uses the same vulnerability as the iPhone Dev Team's RedSn0w. The end result is an iBoot that has permissions, range checks, and signature verifications patched in order to run unsigned code and use several functions of iBoot that are normally protected.

Source

Source code is available here