Skip to content

Commit cd1cb63

Browse files
Added constants for macOS 26 support
1 parent c146851 commit cd1cb63

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
CryptexFixup Changelog
22
======================
3+
#### v1.0.5
4+
- Added constants for macOS 26 support
5+
36
#### v1.0.4
47
- Fixed loading on macOS 10.10 and older due to a MacKernelSDK regression
58

CryptexFixup/kern_start.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@ PluginConfiguration ADDPR(config) {
148148
bootargBeta,
149149
arrsize(bootargBeta),
150150
KernelVersion::BigSur,
151-
KernelVersion::Sequoia,
151+
KernelVersion::Tahoe,
152152
pluginStart
153153
};

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Thus to support older machines, this kext will force the macOS installer/updater
3636

3737
- `-cryptoff` (or `-liluoff`) to disable
3838
- `-cryptdbg` (or `-liludbgall`) to enable verbose logging (in DEBUG builds)
39-
- `-cryptbeta` (or `-lilubetaall`) to enable on macOS newer than 15
39+
- `-cryptbeta` (or `-lilubetaall`) to enable on macOS newer than 26
4040
- `-crypt_allow_hash_validation` to disable APFS.kext patching
4141
- `-crypt_force_avx` to force install the Rosetta Cryptex on AVX2.0 systems
4242

0 commit comments

Comments
 (0)