Search Criteria
Package Details: checkra1n-gui 0.12.4-7
Package Actions
| Git Clone URL: | https://aur.archlinux.org/checkra1n-gui.git (read-only, click to copy) |
|---|---|
| Package Base: | checkra1n-gui |
| Description: | checkra1n is a semi-tethered jailbreak based on the checkm8 bootrom exploit. (GUI version) |
| Upstream URL: | https://checkra.in |
| Keywords: | checkra1n checkrain gtk gui ios jailbreak |
| Licenses: | unknown |
| Submitter: | bbaovanc |
| Maintainer: | bbaovanc |
| Last Packager: | bbaovanc |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-03-22 21:57 (UTC) |
| Last Updated: | 2025-03-05 00:01 (UTC) |
Dependencies (9)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- libimobiledevice (libimobiledevice-gitAUR)
- libirecovery-1.0-3AUR
- libplist (libplist-gitAUR)
- libtvcontrolAUR
- ncurses5-compat-libsAUR
- binutils (make)
- patchelf (patchelf-gitAUR) (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
Latest Comments
1 2 Next › Last »
bbaovanc commented on 2025-03-04 23:30 (UTC)
@0x9fff00 Fixed in 63d2d0f50dc8.
0x9fff00 commented on 2024-03-25 19:01 (UTC)
Actually now that I look closer, that won't work because dependencies of
checkra1nalready loadlibplist-2.0.so.4, so also loadinglibplist-2.0.so.3could (silently) break them. However since the only ABI breaking change inlibplist-2.0.so.4is inplist_from_memorywhich isn't used bycheckra1n(seeobjdump -T path/to/checkra1n | grep plist), it should be safe to only uselibplist-2.0.so.4. While a symlink fromlibplist-2.0.so.3would accomplish this, it could cause silent breakage elsewhere, so a better solution is to replace theDT_NEEDEDentry in thecheckra1nexecutable usingpatchelf. This and thelibirecovery-1.0-3change are incorporated in the following diff:0x9fff00 commented on 2024-03-25 00:01 (UTC)
This needs to depend on
libplist-2.0-3, and the dependency onlibirecoveryneeds to be changed tolibirecovery-1.0-3due to soname bump in libirecovery 1.2.0bbaovanc commented on 2022-07-23 22:18 (UTC)
@VACBannedJK could you give a more in-depth error? I can't reproduce; it builds fine for me.
VACBannedJK commented on 2022-07-19 05:41 (UTC)
it gives me "failed to build ncurses5-compat-libs" when trying to install checkra1n, installing ncurses5-compat-libs by itself from the AUR first seems to fix the issue
Newo commented on 2021-09-24 02:28 (UTC)
OK, great! I will test it out whenever I get a chance.
bbaovanc commented on 2021-09-24 02:15 (UTC)
@Newo it's fixed
bbaovanc commented on 2021-09-24 01:35 (UTC)
darn it
Newo commented on 2021-09-24 01:18 (UTC)
Hmm... the file does appear to be in my
/usr/share/applicationsthough doesn't appear in my XFCE menu. When I try to excecute it, it says that the commandcheckra1nisn't found. It seems like the command is supposed to becheckra1n-gui?bbaovanc commented on 2021-09-23 21:10 (UTC)
@Newo it's adding the .desktop file for me, can you check
pacman -Ql checkra1n-gui?1 2 Next › Last »