From 0797deb6747ee9c5d385bc0119ae70a23f585b22 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Sun, 11 Jan 2026 02:21:42 +0700 Subject: Add Boot OC --- oc/Kexts/VoodooSMBus.kext/Contents/Info.plist | 100 ++++++++++++++++++ .../VoodooSMBus.kext/Contents/MacOS/VoodooSMBus | Bin 0 -> 91328 bytes .../Contents/_CodeSignature/CodeResources | 115 +++++++++++++++++++++ 3 files changed, 215 insertions(+) create mode 100755 oc/Kexts/VoodooSMBus.kext/Contents/Info.plist create mode 100755 oc/Kexts/VoodooSMBus.kext/Contents/MacOS/VoodooSMBus create mode 100755 oc/Kexts/VoodooSMBus.kext/Contents/_CodeSignature/CodeResources (limited to 'oc/Kexts/VoodooSMBus.kext/Contents') diff --git a/oc/Kexts/VoodooSMBus.kext/Contents/Info.plist b/oc/Kexts/VoodooSMBus.kext/Contents/Info.plist new file mode 100755 index 0000000..f717ea9 --- /dev/null +++ b/oc/Kexts/VoodooSMBus.kext/Contents/Info.plist @@ -0,0 +1,100 @@ + + + + + BuildMachineOSBuild + 24F74 + CFBundleDevelopmentRegion + en + CFBundleExecutable + VoodooSMBus + CFBundleIdentifier + de.leo-labs.VoodooSMBus + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + VoodooSMBus + CFBundlePackageType + KEXT + CFBundleShortVersionString + 3.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 3.0 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 24F74 + DTPlatformName + macosx + DTPlatformVersion + 15.5 + DTSDKBuild + 24F74 + DTSDKName + macosx15.5 + DTXcode + 1640 + DTXcodeBuild + 16F6 + IOKitPersonalities + + VoodooSMBusControllerDriver + + Addresses + + 21 + + CFBundleIdentifier + de.leo-labs.VoodooSMBus + IOClass + VoodooSMBusControllerDriver + IOPCIClassMatch + 0c050000&0xffffff00 + IOPCIMatchComment + Intel SMBus Controller i801 (Class 0x0C05) + IOProbeScore + 400 + IOProviderClass + IOPCIDevice + + VoodooSMBusIntelLpssI2C + + CFBundleIdentifier + de.leo-labs.VoodooSMBus + IOClass + VoodooSMBusIntelLpssI2C + IOPCIMatch + 0x9d608086 + IOPCIMatchComment + Dummy IntelLpssI2CDriver + IOProbeScore + 400 + IOProviderClass + IOPCIDevice + + + LSMinimumSystemVersion + 10.11 + NSHumanReadableCopyright + Copyright © 2019 leo-labs. All rights reserved. + OSBundleCompatibleVersion + 3.0 + OSBundleLibraries + + com.apple.iokit.IOPCIFamily + 2.9 + com.apple.kpi.iokit + 15 + com.apple.kpi.libkern + 15 + com.apple.kpi.mach + 15 + + OSBundleRequired + Root + + diff --git a/oc/Kexts/VoodooSMBus.kext/Contents/MacOS/VoodooSMBus b/oc/Kexts/VoodooSMBus.kext/Contents/MacOS/VoodooSMBus new file mode 100755 index 0000000..bf7c3dd Binary files /dev/null and b/oc/Kexts/VoodooSMBus.kext/Contents/MacOS/VoodooSMBus differ diff --git a/oc/Kexts/VoodooSMBus.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooSMBus.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/oc/Kexts/VoodooSMBus.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 + + + + -- cgit v1.2.3