|
The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Ramdisk Hack"
(→Implementation) |
(another link) |
||
| (25 intermediate revisions by 13 users not shown) | |||
| Line 1: | Line 1: | ||
This allows unsigned ramdisks to be booted. It was first publicized by [[ZiPhone]] |
This allows unsigned ramdisks to be booted. It was first publicized by [[ZiPhone]] |
||
| − | |||
| − | ==Credit== |
||
| − | [[The dev team]] |
||
==Exploit== |
==Exploit== |
||
| Line 11: | Line 8: | ||
* [[ZiPhone]] |
* [[ZiPhone]] |
||
* iPlus |
* iPlus |
||
| − | * [[ |
+ | * [[iLiberty / iLiberty+]] |
* iFree |
* iFree |
||
* iPhone Forensics Toolkit |
* iPhone Forensics Toolkit |
||
| + | * iJailBreak |
||
* iNdependence |
* iNdependence |
||
| + | * Any Jailbreak program so far |
||
| + | |||
| + | == History == |
||
| + | |||
| + | Credit goes to the [[iPhone Dev Team|Dev Team]] for the discovery of the ramdisk hack. First implemented in [[ZiPhone]], using code taken from the [[iPhone Dev Team|Dev Team]] repository, it allowed running jailbreaks on the fly to be quicker than previous jailbreak implementations, due to the fact that at the time it was the only ramdisk hack jailbreak available. |
||
[[Category:Jailbreaks]] |
[[Category:Jailbreaks]] |
||
Revision as of 09:55, 9 August 2010
This allows unsigned ramdisks to be booted. It was first publicized by ZiPhone
Exploit
Passing pmd*= boot-args specifying a ramdisk in ram > 0x9C000000 allows any ramdisk to be booted.
Implementation
- PwnageTool
- ZiPhone
- iPlus
- iLiberty / iLiberty+
- iFree
- iPhone Forensics Toolkit
- iJailBreak
- iNdependence
- Any Jailbreak program so far
History
Credit goes to the Dev Team for the discovery of the ramdisk hack. First implemented in ZiPhone, using code taken from the Dev Team repository, it allowed running jailbreaks on the fly to be quicker than previous jailbreak implementations, due to the fact that at the time it was the only ramdisk hack jailbreak available.