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)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
  +
{{Lowercase}}
'''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 9:
   
 
== 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.)

Latest revision as of 15:01, 29 October 2021

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.)