Skip to content

Commit 7b3a5f1

Browse files
committed
kern_start.cpp: Add Sequoia support
1 parent 2ad3542 commit 7b3a5f1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
CryptexFixup Changelog
22
======================
3+
#### v1.0.3
4+
- Added constants for macOS 15 support
5+
36
#### v1.0.2
47
- Added constants for macOS 14 support
58

CryptexFixup/kern_start.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ static void pluginStart() {
111111
SYSLOG(MODULE_SHORT, "failed to route cs validation pages");
112112
});
113113
}
114-
114+
115115
// Kernel Space Patcher (APFS.kext)
116116
if (getKernelVersion() >= KernelVersion::Ventura) {
117117
if (checkKernelArgument("-crypt_allow_hash_validation")) {
@@ -148,6 +148,6 @@ PluginConfiguration ADDPR(config) {
148148
bootargBeta,
149149
arrsize(bootargBeta),
150150
KernelVersion::BigSur,
151-
KernelVersion::Sonoma,
151+
KernelVersion::Sequoia,
152152
pluginStart
153153
};

0 commit comments

Comments
 (0)