The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "IBoot32Patcher"
Kiddepants (talk | contribs) (This is my first page so please edit this as you like so we can make it not ugly :P) |
Kiddepants (talk | contribs) (Add note about necessary boot arg patch for some iOS versions.) |
||
Line 1: | Line 1: | ||
− | '''iBoot32Patcher''' is a 32-bit [[iBoot]] patching program made by [[User:Ih8sn0w|iH8sn0w]]. This program patches things such as |
+ | '''iBoot32Patcher''' is a 32-bit [[iBoot]] patching program made by [[User:Ih8sn0w|iH8sn0w]]. This program patches things such as signature checking, allows custom boot-args to be set, changing a command handler's pointer, and more. |
== Uses == |
== Uses == |
||
Line 8: | Line 8: | ||
== Source Code == |
== Source Code == |
||
− | * [https://github.com/iH8sn0w/iBoot32Patcher iBoot32Patcher] (Some iOS versions are unable to patch correctly when trying to add boot-args to iBEC, for example, 3GS iBEC on 6.x) |
+ | * [https://github.com/iH8sn0w/iBoot32Patcher iBoot32Patcher] (Some iOS versions are unable to patch correctly when trying to add boot-args to iBEC, for example, 3GS iBEC on 6.x. Also, setting boot-args for <=4.2.1. This requires a simple one byte patch. The patch will fix both of these errors.) |
Revision as of 06:05, 23 May 2020
iBoot32Patcher is a 32-bit iBoot patching program made by iH8sn0w. This program patches things such as signature checking, allows custom boot-args to be set, changing a command handler's pointer, and more.
Uses
- Creating Odysseus and PwnageTool bundles
- Dual-Booting
- Downgrades
- Jailbreaking
Source Code
- iBoot32Patcher (Some iOS versions are unable to patch correctly when trying to add boot-args to iBEC, for example, 3GS iBEC on 6.x. Also, setting boot-args for <=4.2.1. This requires a simple one byte patch. The patch will fix both of these errors.)