limithit / palera1n-c

palera1n written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

palera1n logo

An iOS 15.0-16.3 work-in-progress,
semi-tethered checkm8 jailbreak

UsageContributorsDiscordTwitter

You can obtain v2.0.0 beta here.

Warnings

  • This palera1n rewrite has noticeably different arguments compared to older palera1n, would recommend you take a look at how to use palera1n-c here.

  • This does NOT support tethered creation or booting. You must use the older shell version of palera1n.

  • We are NOT responsible for any data loss, or the result of a device being bricked. The user of this program accepts responsibility should something happen to their device. While nothing should happen, jailbreaking has risks in itself. If your device is stuck in recovery, please run futurerestore --exit-recovery, or use irecovery -n.

  • palera1n-c will never work in VirtualBox, VMware or any virtual machine that doesn't support a PCI passthrough.

Requirements

  • Needs a checkm8 vulnerable iOS device on iOS 15.x or 16.x (A8 - A11)

    • If using Rootful, you will need 5-10GB of space for the fakefs. This means that 16GB devices cannot be semi-tethered with Rootful.
    • On A11, you must disable your passcode while in the jailbroken state (on iOS 16, you need to reset your device before proceeding with palera1n A11).
  • USB-A cables are recommended to use, USB-C may have issues with palera1n and getting into DFU mode.

    Technical explanationThe BootROM will only enter DFU if it detects USB voltage, which boils down to checking whether a certain pin is asserted from the Tristar chip. The Tristar does this based on the cable's accessory ID, and apparently USB-A and USB-C cables have different accessory IDs, and the one of the USB-C cables makes the Tristar not assert the USB voltage pin.

  • A Linux or macOS computer

    • AMD CPUs (not AMD Mobile) have an issue [with (likely) their USB controllers] that causes them to have a very low success rate with checkm8. It is not recommended that you use them with palera1n.
      • If your device does not successfully jailbreak, try a computer with an Intel or other CPU

Need help?

Make sure you provide full details on your device, such as:

  • iDevice
  • iOS Version
  • Passcode enabled?
  • Logs, if panicked then send latest panic-full log from your iDevice.

Using -V and -v would help with debugging.

Join the Support Discord, and find the palera1n-c thread under #jailbreak here.

Credits

palera1n-c Contributors and Credits


Thank you so much to our Patreons that make the future development possible! You may sub here, if you'd like to.

About

palera1n written in C

License:MIT License


Languages

Language:C 83.2%Language:CMake 11.6%Language:Makefile 4.4%Language:Shell 0.8%