2
2
.\" Copyright (c) 2024 Nick Chan
3
3
.\" SPDX-License-Identifier: MIT
4
4
.\"
5
- .Dd " 24 July 2024"
5
+ .Dd " 23 December 2024"
6
6
.Dt palera1n 1
7
7
.Sh NAME
8
8
.Nm palera1n
9
- .Nd arm64 iOS/iPadOS/tvOS 15.0-18.2 , bridgeOS 5.0-9.2 jailbreaking tool
9
+ .Nd arm64 iOS/iPadOS/tvOS 15.0-18.3 , bridgeOS 5.0-9.3 jailbreaking tool
10
10
.Sh SYNOPSIS
11
11
.Nm
12
12
.Op Fl cCdDEfhIlLnpRsSTvV
@@ -32,7 +32,9 @@ On iOS/iPadOS 15.0 and later and on tvOS 18.2 or later,
32
32
is able to jailbreak the device in fakefs-rootful mode, where /
33
33
is writable, as well as rootless mode, where / cannot be written to.
34
34
On tvOS and bridgeOS,
35
- only rootful is supported, and it uses the actual filesystem instead of a fakefs.
35
+ only rootful is supported. On versions where fakefs-rootful is not
36
+ applicable, palera1n modifies the actual root filesystem instead
37
+ of making a fakefs
36
38
.Pp
37
39
Due to the nature of the
38
40
.Em checkm8
@@ -101,9 +103,7 @@ list of supported devicecs:
101
103
.It Apple T2 MacBookPro15,3
102
104
.It Apple T2 MacBookAir8,1
103
105
.It Apple T2 MacBookPro15,4
104
- .It iBridge2,11 (Unknown Mac)
105
106
.It Apple T2 MacBookAir8,2
106
- .It iBridge2,13 (Unknown Mac)
107
107
.It Apple T2 MacBookPro16,1
108
108
.It Apple T2 MacBookAir9,1
109
109
.It Apple T2 MacBookPro16,2
@@ -346,9 +346,14 @@ has been mounted.
346
346
.El
347
347
.Sh BUGS
348
348
.Nm
349
- may crash if the machine it is running on:
349
+ may crash if the machine it is running on has non-compliant USB devices plugged in.
350
350
.Pp
351
- .Dl " - Has non-compliant USB devices plugged in"
351
+ .Nm
352
+ will fail to initialize on Linux when there are no USB devices plugged in.
353
+ Usually this is not a problem on PCs since the built-in root hubs are also
354
+ USB devices. However, on platforms such as Apple Silicon Macs in Linux, since
355
+ there are no built-in USB hubs, at least one USB device needs to be manually
356
+ plugged in for palera1n to be initialized.
352
357
.Pp
353
358
The exploit may also work less reliably on some hosts, like AMD desktops, or some MediaTek devices.
354
359
.Pp
0 commit comments