diff --git a/OC/Kexts/AMFIPass.kext/Contents/Info.plist b/OC/Kexts/AMFIPass.kext/Contents/Info.plist new file mode 100644 index 0000000..78cb4b7 --- /dev/null +++ b/OC/Kexts/AMFIPass.kext/Contents/Info.plist @@ -0,0 +1,85 @@ + + + + + BuildMachineOSBuild + 22F66 + CFBundleDevelopmentRegion + en + CFBundleExecutable + AMFIPass + CFBundleIdentifier + com.dhinakg.AMFIPass + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + AMFIPass + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.3.1 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.3.1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 14C18 + DTPlatformName + macosx + DTPlatformVersion + 13.1 + DTSDKBuild + 22C55 + DTSDKName + macosx13.1 + DTXcode + 1420 + DTXcodeBuild + 14C18 + IOKitPersonalities + + AMFIPass + + CFBundleIdentifier + com.dhinakg.AMFIPass + IOClass + AMFIPass + IOMatchCategory + AMFIPass + IOProviderClass + IOResources + IOResourceMatch + IOKit + + + LSMinimumSystemVersion + 10.15 + NSHumanReadableCopyright + Copyright © 2022-2023 Dhinak G. All rights reserved. + OSBundleLibraries + + as.vit9696.Lilu + 1.4.7 + com.apple.kpi.bsd + 12.0.0 + com.apple.kpi.dsep + 12.0.0 + com.apple.kpi.iokit + 12.0.0 + com.apple.kpi.libkern + 12.0.0 + com.apple.kpi.mach + 12.0.0 + com.apple.kpi.private + 12.0.0 + com.apple.kpi.unsupported + 12.0.0 + + OSBundleRequired + Root + + diff --git a/OC/Kexts/AMFIPass.kext/Contents/MacOS/AMFIPass b/OC/Kexts/AMFIPass.kext/Contents/MacOS/AMFIPass new file mode 100644 index 0000000..eff7ea1 Binary files /dev/null and b/OC/Kexts/AMFIPass.kext/Contents/MacOS/AMFIPass differ diff --git a/OC/Kexts/AMFIPass.kext/Contents/_CodeSignature/CodeResources b/OC/Kexts/AMFIPass.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..d5d0fd7 --- /dev/null +++ b/OC/Kexts/AMFIPass.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,115 @@ + + + + + files + + files2 + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/OC/Kexts/IO80211FamilyLegacy.kext/Contents/Info.plist b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/Info.plist new file mode 100644 index 0000000..bef083c --- /dev/null +++ b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/Info.plist @@ -0,0 +1,83 @@ + + + + + BuildMachineOSBuild + 22A380010 + CFBundleDevelopmentRegion + English + CFBundleExecutable + IO80211FamilyLegacy + CFBundleGetInfoString + 12.0, Copyright © 2005-2016 Apple Inc. All rights reserved. + CFBundleIdentifier + com.apple.iokit.IO80211FamilyLegacy + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + IO80211FamilyLegacy + CFBundlePackageType + KEXT + CFBundleShortVersionString + 12.0 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1200.12.2b1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 22G5038a + DTPlatformName + macosx + DTPlatformVersion + 13.5 + DTSDKBuild + 22G5038a + DTSDKName + macosx13.5.internal + DTXcode + 1430 + DTXcodeBuild + 14E6097d + IOKitPersonalities + + LSMinimumSystemVersion + 13.5 + OSBundleCompatibleVersion + 1.0 + OSBundleLibraries + + com.apple.driver.AppleMobileFileIntegrity + 1.0.1 + com.apple.driver.corecapture + 1.0.0 + com.apple.iokit.CoreAnalyticsFamily + 1.0 + com.apple.iokit.IONetworkingFamily + 3.0 + com.apple.iokit.IOSkywalkFamily + 1.0 + com.apple.kec.corecrypto + 1.0 + com.apple.kpi.bsd + 15.0.0 + com.apple.kpi.iokit + 15.0.0 + com.apple.kpi.libkern + 15.0.0 + com.apple.kpi.mach + 15.0.0 + com.apple.kpi.private + 15.0.0 + com.apple.kpi.unsupported + 15.0.0 + + OSBundleRequired + Network-Root + + diff --git a/OC/Kexts/IO80211FamilyLegacy.kext/Contents/MacOS/IO80211FamilyLegacy b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/MacOS/IO80211FamilyLegacy new file mode 100644 index 0000000..273250a Binary files /dev/null and b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/MacOS/IO80211FamilyLegacy differ diff --git a/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/Info.plist b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/Info.plist new file mode 100644 index 0000000..96d1a03 --- /dev/null +++ b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/Info.plist @@ -0,0 +1,103 @@ + + + + + BuildMachineOSBuild + 22A380010 + CFBundleDevelopmentRegion + English + CFBundleExecutable + AirPortBrcmNIC + CFBundleGetInfoString + 14.0, Copyright © 2006-2014 Apple Inc. All rights reserved. + CFBundleIdentifier + com.apple.driver.AirPort.BrcmNIC + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + AirPortBrcmNIC + CFBundlePackageType + KEXT + CFBundleShortVersionString + 14.0 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1400.1.1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 22G5038a + DTPlatformName + macosx + DTPlatformVersion + 13.5 + DTSDKBuild + 22G5038a + DTSDKName + macosx13.5.internal + DTXcode + 1430 + DTXcodeBuild + 14E6097d + IOKitPersonalities + + Broadcom 802.11 PCI + + CFBundleIdentifier + com.apple.driver.AirPort.BrcmNIC + IOClass + AirPort_BrcmNIC + IOMatchCategory + IODefaultMatchCategory + IONameMatch + + pci14e4,43ba + pci14e4,43a3 + pci14e4,43a0 + + IOProbeScore + 1400 + IOProviderClass + IOPCIDevice + TruePowerOff + + + + LSMinimumSystemVersion + 13.5 + OSBundleLibraries + + com.apple.driver.corecapture + 1.0.0 + com.apple.driver.mDNSOffloadUserClient + 1.0.0d7 + com.apple.iokit.IO80211FamilyLegacy + 600.0 + com.apple.iokit.IONetworkingFamily + 3.1 + com.apple.iokit.IOPCIFamily + 2.8 + com.apple.iokit.IOSkywalkFamily + 1.0 + com.apple.kpi.bsd + 13.0.0 + com.apple.kpi.iokit + 13.0.0 + com.apple.kpi.libkern + 13.0.0 + com.apple.kpi.mach + 13.0.0 + com.apple.kpi.private + 14.0.0 + com.apple.kpi.unsupported + 13.0.0 + + OSBundleRequired + Network-Root + + diff --git a/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/MacOS/AirPortBrcmNIC b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/MacOS/AirPortBrcmNIC new file mode 100644 index 0000000..dfd4ed5 Binary files /dev/null and b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/MacOS/AirPortBrcmNIC differ diff --git a/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/_CodeSignature/CodeResources b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..fbdec37 --- /dev/null +++ b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,128 @@ + + + + + files + + version.plist + + qIixle+W2C/+sBp1SInmYObzhV4= + + + files2 + + version.plist + + hash2 + + ji2WfnRNNWU/8pJpqBz/wrCq9bjOZa7wiGteYMeYsOE= + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/version.plist b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/version.plist new file mode 100644 index 0000000..9ddc3ef --- /dev/null +++ b/OC/Kexts/IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 42 + CFBundleShortVersionString + 14.0 + CFBundleVersion + 1400.1.1 + ProjectName + AirPortDriverBrcmNIC + SourceVersion + 1772001000000000 + + diff --git a/OC/Kexts/IOSkywalkFamily.kext/Contents/Info.plist b/OC/Kexts/IOSkywalkFamily.kext/Contents/Info.plist new file mode 100644 index 0000000..eb7cd93 --- /dev/null +++ b/OC/Kexts/IOSkywalkFamily.kext/Contents/Info.plist @@ -0,0 +1,111 @@ + + + + + BuildMachineOSBuild + 22A380010 + CFBundleDevelopmentRegion + en + CFBundleExecutable + IOSkywalkFamily + CFBundleIdentifier + com.apple.iokit.IOSkywalkFamily + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + IOSkywalkFamily + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.0 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 22G5038a + DTPlatformName + macosx + DTPlatformVersion + 13.5 + DTSDKBuild + 22G5038a + DTSDKName + macosx13.5.internal + DTXcode + 1430 + DTXcodeBuild + 14E6097d + IOKitPersonalities + + IOSkywalkKernelPipeBSDClient + + CFBundleIdentifier + com.apple.iokit.IOSkywalkFamily + IOClass + IOSkywalkKernelPipeBSDClient + IOProviderClass + IOSkywalkInterface + IOResourceMatch + IOBSD + + IOSkywalkLegacyEthernet + + CFBundleIdentifier + com.apple.iokit.IOSkywalkFamily + IOClass + IOSkywalkLegacyEthernet + IOMatchCategory + IOSkywalkLegacyEthernet + IOProviderClass + IOSkywalkEthernetInterface + + IOSkywalkNetworkBSDClient + + CFBundleIdentifier + com.apple.iokit.IOSkywalkFamily + IOClass + IOSkywalkNetworkBSDClient + IOProbeScore + 1000 + IOProviderClass + IOSkywalkNetworkInterface + IOResourceMatch + IOBSD + + + LSMinimumSystemVersion + 13.5 + NSHumanReadableCopyright + Copyright © 2022 Apple Inc. All rights reserved. + OSBundleCompatibleVersion + 1.0 + OSBundleLibraries + + com.apple.driver.mDNSOffloadUserClient + 1.0.0d6 + com.apple.iokit.IONetworkingFamily + 3.2 + com.apple.kpi.bsd + 15.0.0 + com.apple.kpi.iokit + 15.0.0 + com.apple.kpi.libkern + 15.0.0 + com.apple.kpi.mach + 15.0.0 + com.apple.kpi.private + 15.0.0 + com.apple.kpi.unsupported + 15.0.0 + + OSBundleRequired + Network-Root + + diff --git a/OC/Kexts/IOSkywalkFamily.kext/Contents/MacOS/IOSkywalkFamily b/OC/Kexts/IOSkywalkFamily.kext/Contents/MacOS/IOSkywalkFamily new file mode 100644 index 0000000..3c5f753 Binary files /dev/null and b/OC/Kexts/IOSkywalkFamily.kext/Contents/MacOS/IOSkywalkFamily differ diff --git a/OC/config.plist b/OC/config.plist index 55a0196..c958bce 100644 --- a/OC/config.plist +++ b/OC/config.plist @@ -647,13 +647,67 @@ PlistPath Contents/Info.plist + + Arch + Any + BundlePath + IOSkywalkFamily.kext + Comment + WiFi: Add deleted drivers for 14+ + Enabled + + ExecutablePath + Contents/MacOS/IOSkywalkFamily + MaxKernel + + MinKernel + 23.0.0 + PlistPath + Contents/Info.plist + + + Arch + Any + BundlePath + IO80211FamilyLegacy.kext + Comment + WiFi: Add deleted drivers for 14+ + Enabled + + ExecutablePath + Contents/MacOS/IO80211FamilyLegacy + MaxKernel + + MinKernel + 23.0.0 + PlistPath + Contents/Info.plist + + + Arch + Any + BundlePath + IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext + Comment + WiFi: Add deleted drivers for 14+ + Enabled + + ExecutablePath + Contents/MacOS/AirPortBrcmNIC + MaxKernel + + MinKernel + 23.0.0 + PlistPath + Contents/Info.plist + Arch x86_64 BundlePath AirportBrcmFixup.kext Comment - + WiFi: Broadcom Patch Enabled ExecutablePath @@ -661,7 +715,43 @@ MaxKernel MinKernel + 12.0.0 + PlistPath + Contents/Info.plist + + + Arch + Any + BundlePath + AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext + Comment + WiFi: 4331 Path + Enabled + + ExecutablePath + MaxKernel + + MinKernel + 20.0.0 + PlistPath + Contents/Info.plist + + + Arch + Any + BundlePath + AMFIPass.kext + Comment + WiFi: Boot macOS 12+ with AMFI + Enabled + + ExecutablePath + Contents/MacOS/AMFIPass + MaxKernel + + MinKernel + 21.0.0 PlistPath Contents/Info.plist @@ -673,7 +763,7 @@ Comment Enabled - + ExecutablePath Contents/MacOS/BrcmPatchRAM3 MaxKernel @@ -738,6 +828,22 @@ Strategy Disable + + Arch + Any + Comment + Allow IOSkywalkFamily Downgrade + Enabled + + Identifier + com.apple.iokit.IOSkywalkFamily + MaxKernel + + MinKernel + 23.0.0 + Strategy + Exclude + Emulate @@ -766,10 +872,10 @@ AppleXcpmForceBoost - CustomPciSerialDevice - CustomSMBIOSGuid + CustomPciSerialDevice + DisableIoMapper DisableIoMapperMapping @@ -900,7 +1006,7 @@ ScanPolicy 0 SecureBootModel - Default + Disabled Vault Optional @@ -1033,9 +1139,9 @@ SystemAudioVolume Rg== boot-args - keepsyms=1 debug=0x100 -v agdpmod=pikera gfxrst=1 -wegnoigpu shikigva=128 + keepsyms=1 debug=0x100 -v agdpmod=pikera gfxrst=1 -wegnoigpu shikigva=128 amfi=0x80 -brcmfxbeta brcmfx-country=HK csr-active-config - /wcAAA== + AwgAAA== prev-lang:kbd en-US:0 run-efi-updater @@ -1065,6 +1171,8 @@ LegacyOverwrite + WriteFlash + LegacySchema 7C436110-AB2A-4BBB-A880-FE41995C9F82 @@ -1093,8 +1201,6 @@ BootOrder - WriteFlash - PlatformInfo @@ -1106,10 +1212,10 @@ AdviseFeatures - MLB - F5K008609GUK3F7JA MaxBIOSVersion + MLB + F5K008609GUK3F7JA ProcessorType 0 ROM @@ -1173,10 +1279,10 @@ 0 PointerPollMask -1 - PointerPollMax - 80 PointerPollMin 10 + PointerPollMax + 80 PointerSpeedDiv 1 PointerSpeedMul @@ -1241,7 +1347,7 @@ Comment OpenCanopy.efi Enabled - + LoadEarly Path @@ -1325,10 +1431,10 @@ TextRenderer BuiltinGraphics - UIScale - 0 UgaPassThrough + UIScale + 0 ProtocolOverrides @@ -1410,4 +1516,4 @@ - + \ No newline at end of file