- Add support for A8(X) devices
- Fix Dopamine app instantly crashing when installed using TrollStore on A8 devices
- Add kcall implementation on arm64 iOS 15.x (this was needed for A8 support)
- Use kcall for allocating page tables when available
- Improve performance of some parts of the jailbreaking process by ~1000x (because A8 was getting stuck in them for multiple minutes.....)
- Fix support for some obscure device / version combinations (e.g. A9 15.0.1, early 15.0 betas, etc...)
- Add
weightBufs
andmulticast_bytecopy
as Kernel exploit options - Protect system files in preboot partition so users cannot delete them and cause the device to recovery loop
- Add "Allow JIT in Apps" toggle, enabled by default, when enabled this will add
CS_DEBUGGED
to apps (Note: This has no effect on apps that have tweak injection disabled via Choicy) - Fix
/var/mobile/Library/Application Support/Containers/
,/var/mobile/Library/SplashBoard/Snapshots/
getting polluted with some jailbreak files - Fix jailbreak apps disappearing after the system (or TrollStore) reloads the icon cache
- Add back "Change mobile password" option in Dopamine settings
- Revamp jbctl trustcache management, new commands:
jbctl trustcache info
,jbctl trustcache clear
,jbctl trustcache add
- Switch to libgrabkernel2 (@alfiecg24, @dhinakg), removes the requirement for Dopamine to be installed by TrollStore on beta versions
- Fix smith not working on iOS 15
- Order exploits by recommendation score, add "(Recommended)" to the best one
30-04-2024 21:13 UTC: Build was reuploaded to fix issues with OTA updates on 15.x arm64, people who have already updated do not need it, so I decided to not make it a new update