iOS 18 越狱教程:palera1n + 巨魔安装全流程

iOS 18 越狱及巨魔安装教程

前言

本文记录了使用 palera1n 工具对 iPad 7 进行 iOS 18 越狱,并安装巨魔商店的完整过程。

palera1n 基于 Checkm8 漏洞实现越狱。Checkm8 是一个硬件级别的 Bootrom 漏洞,存在于 A5-A11 芯片中,苹果无法通过软件更新修复。该工具在系统启动的最早期阶段劫持引导流程,实现越狱。

官方资源:

本文测试环境:

  • 电脑:Intel Mac
  • 设备:iPad 7(iOS 18.7.2)
  • 工具:palera1n v2.2.1
  • 越狱方式:无根越狱(Rootless)

支持设备列表

iPhone iPad iPod Apple TV
iPhone 6s iPad mini 4 iPod Touch 7代 Apple TV HD
iPhone 6s Plus iPad 5代 Apple TV 4K 1代
iPhone SE (2016) iPad 6代
iPhone 7 iPad 7代
iPhone 7 Plus iPad Pro 9.7寸
iPhone 8 iPad Pro 12.9寸 1代
iPhone 8 Plus iPad Pro 10.5寸
iPhone X iPad Pro 12.9寸 2代
iPad Air 2

上述设备中,只有 iPad 7 能够升级到 iOS 18 系统,因此选择它作为越狱设备。


palera1n 常用命令

Rootless 模式(推荐)

目前主流的越狱方式,不修改系统分区,不占用大量存储空间。

首次越狱 / 引导启动:

bash 复制代码
palera1n -l

-l 表示 rootless 模式。首次运行进行越狱安装,设备重启后再次运行此命令恢复越狱状态。

Rootful 模式(传统方式)

如果需要修改系统文件(某些老旧插件必须写根目录),使用此模式。注意:会占用约 10-15GB 存储空间。

第一步:创建环境(仅首次)

bash 复制代码
palera1n -f -c

-f 表示 fakefs(伪造文件系统),-c 表示 create(创建)。运行完成后设备会自动重启。

第二步:引导启动(日常使用)

bash 复制代码
palera1n -f

每次重启设备后,运行此命令激活越狱环境。

救砖与维护命令

进入安全模式:

bash 复制代码
# Rootless 模式
palera1n -l -s

# Rootful 模式
palera1n -f -s

-s 表示 safe mode。启动时不加载任何插件,用于卸载导致崩溃的插件。

清除越狱(恢复纯净系统):

bash 复制代码
palera1n --force-revert

彻底删除越狱环境、Loader 和已安装的插件。

辅助命令

bash 复制代码
# 查看详细日志
palera1n -V

# 查看设备信息
palera1n -i

# 退出 Recovery 模式
palera1n -n

命令速查表

命令 场景 备注
palera1n -l 日常引导 / 首次安装 (Rootless) 最常用
palera1n -l -s 插件装坏了,进安全模式卸载 救急用
palera1n --force-revert 彻底卸载越狱 想回正或重做越狱时用
palera1n -f -c 创建 Rootful 环境 仅限需要修改系统分区的用户
palera1n -f 引导 Rootful 环境 配合上一条使用

开始越狱

1. 下载工具

根据电脑系统下载对应版本的 palera1n,Intel Mac 下载 palera1n-macos-x86_64

2. 执行越狱

打开终端,运行:

bash 复制代码
xattr -c palera1n-macos-x86_64
chmod 777 palera1n-macos-x86_64
./palera1n-macos-x86_64 -l

按照提示操作:

  1. 等待设备进入恢复模式
  2. 按 Enter 准备进入 DFU 模式
  3. 同时按住 Home 键 + 电源键
  4. 松开电源键,继续按住 Home 键

看到 Booting Kernel... 后,越狱完成,等待设备重启。

palera1n 图标大约 1 分钟后出现在桌面。

常见问题: 如果提示 error code: -status_open_device_error,手动重启设备后重试。

shell 复制代码
muyang@Mac-Pro Downloads % ./palera1n-macos-x86_64 -l 
#
# palera1n: v2.2.1 
#
# ========  Made by  =======
# Made by: Nick Chan, Ploosh, Khcrysalis, Mineek, staturnz, kok3shidoll, HAHALOSAH 
# ======== Thanks to =======
# Thanks to: llsc12, Nebula, Lrdsnow, nikias (libimobiledevice),
# checkra1n team (Siguza, axi0mx, littlelailo et al.),
# Procursus Team (Hayden Seay, Cameron Katri, Keto et.al)
# ==========================

 - [01/09/26 11:29:30] <Info>: Waiting for devices
 - [01/09/26 11:29:30] <Info>: Entering recovery mode
 - [01/09/26 11:29:41] <Info>: Press Enter when ready for DFU mode

Hold home + power button (0)
Hold home button (3)
 - [01/09/26 11:30:00] <Info>: Device entered DFU mode successfully
 - [01/09/26 11:30:00] <Info>: About to execute checkra1n
#
# Checkra1n 0.1337.3
#
# Proudly written in nano
# (c) 2019-2023 Kim Jong Cracks
#
#========  Made by  =======
# argp, axi0mx, danyl931, jaywalker, kirb, littlelailo, nitoTV
# never_released, nullpixel, pimskeks, qwertyoruiop, sbingner, siguza
#======== Thanks to =======
# haifisch, jndok, jonseals, xerub, lilstevie, psychotea, sferrini
# Cellebrite (ih8sn0w, cjori, ronyrus et al.)
#==========================

 - [01/09/26 11:45:48] <Verbose>: Starting thread for Apple TV 4K Advanced board
 - [01/09/26 11:45:48] <Info>: Waiting for DFU mode devices
 - [01/09/26 11:45:48] <Verbose>: DFU mode device found
 - [01/09/26 11:45:48] <Info>: Checking if device is ready
 - [01/09/26 11:45:48] <Verbose>: Attempting to perform checkm8 on 8010 11
 - [01/09/26 11:45:48] <Info>: Setting up the exploit
 - [01/09/26 11:45:48] <Verbose>: == checkm8 setup stage ==
 - [01/09/26 11:45:48] <Verbose>: Entered initial checkm8 state after 1 steps
 - [01/09/26 11:45:48] <Verbose>: Stalled input endpoint after 8 steps
 - [01/09/26 11:45:48] <Verbose>: DFU mode device disconnected
 - [01/09/26 11:45:48] <Verbose>: DFU mode device found
 - [01/09/26 11:45:48] <Verbose>: == checkm8 trigger stage ==
 - [01/09/26 11:45:49] <Info>: Checkmate!
 - [01/09/26 11:45:49] <Verbose>: Device should now reconnect in download mode
 - [01/09/26 11:45:49] <Verbose>: DFU mode device disconnected
 - [01/09/26 11:45:55] <Info>: Entered download mode
 - [01/09/26 11:45:55] <Verbose>: Download mode device found
 - [01/09/26 11:45:55] <Info>: Booting PongoOS...
 - [01/09/26 11:45:57] <Info>: Found PongoOS USB Device
 - [01/09/26 11:45:59] <Info>: Booting Kernel...

安装 Sileo 商店

  1. 点击桌面上的 palera1n 图标
  2. 点击 Sileo 进行安装
  3. 跳转设置界面,设置 sudo 密码(务必记住,默认可设为 alpine
  4. 等待安装流程完成,自动退出到主界面



安装巨魔商店

1. 安装 TrollStore Helper

打开 Sileo 商店,搜索 TrollStore ,找到并安装 TrollStore Helper

2. 安装 TrollStore

打开 TrollStore Helper,点击安装(需要科学)。

3. 配置 TrollStore

  1. 打开巨魔商店
  2. 点击 Settings
  3. 安装 ldid

FAQ参考资料


以上就是 iOS 18 越狱及安装巨魔商店的完整流程。

相关推荐
sakiko_9 小时前
Swift学习笔记42-SwiftUI的属性包装器(讲解+面试)
笔记·学习·ios·swiftui·swift
Patrick_Wilson17 小时前
iOS Safari 按钮点击无响应问题修复指南
前端·ios·safari
随遇丿而安18 小时前
第 3 周:UIButton 点了没反应,因为它默认就没有按压态
ios
思盛iOS签名上架1 天前
App苹果签名有什么作用?
macos·ios·cocoa
CocoaKier2 天前
Facebook广告后台收不到Adjust回传数据,我们排查了一个月终于找到了根因
ios·facebook
FairGuard手游加固3 天前
iOS 游戏加固技术解析:代码混淆、资源加密、内存保护与重签名检测
安全·游戏·macos·unity·ios·objective-c
思盛iOS签名上架3 天前
iOS企业签名原理是什么?
macos·ios·cocoa
Daniel_Coder3 天前
我用 SwiftUI + GRDB 做了一个「按时吃药·服药提醒」App
ios·swiftui·swift·widgetkit
Patrick_Wilson3 天前
iOS 第三方浏览器图片下载失败问题
前端·ios·浏览器