Difference between revisions of "IBoot32Patcher"

From The iPhone Wiki
Jump to: navigation, search
(This is my first page so please edit this as you like so we can make it not ugly :P)
 
(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 ramdisk signatures, shsh checks, and allows custom boot-args to be set.
+
'''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.)