From 0797deb6747ee9c5d385bc0119ae70a23f585b22 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Sun, 11 Jan 2026 02:21:42 +0700 Subject: Add Boot OC --- .../PlugIns/VoodooGPIO.kext/Contents/Info.plist | 159 +++++++++++++++++++++ .../VoodooGPIO.kext/Contents/MacOS/VoodooGPIO | Bin 0 -> 303264 bytes .../Contents/_CodeSignature/CodeResources | 115 +++++++++++++++ .../VoodooI2CServices.kext/Contents/Info.plist | 84 +++++++++++ .../Contents/MacOS/VoodooI2CServices | Bin 0 -> 62544 bytes .../Contents/_CodeSignature/CodeResources | 115 +++++++++++++++ .../PlugIns/VoodooInput.kext/Contents/Info.plist | 80 +++++++++++ .../VoodooInput.kext/Contents/MacOS/VoodooInput | Bin 0 -> 108320 bytes .../Contents/_CodeSignature/CodeResources | 115 +++++++++++++++ 9 files changed, 668 insertions(+) create mode 100755 oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist create mode 100755 oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO create mode 100755 oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources create mode 100755 oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist create mode 100755 oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices create mode 100755 oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources create mode 100755 oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist create mode 100755 oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput create mode 100755 oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources (limited to 'oc/Kexts/VoodooI2C.kext/Contents/PlugIns') diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist new file mode 100755 index 0000000..a1b119c --- /dev/null +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist @@ -0,0 +1,159 @@ + + + + + BuildMachineOSBuild + 23H124 + CFBundleDevelopmentRegion + en + CFBundleExecutable + VoodooGPIO + CFBundleIdentifier + org.coolstar.VoodooGPIO + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + VoodooGPIO + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.1 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + + DTPlatformName + macosx + DTPlatformVersion + 13.3 + DTSDKBuild + 22E245 + DTSDKName + macosx13.3 + DTXcode + 1431 + DTXcodeBuild + 14E300c + IOKitPersonalities + + VoodooGPIOAMD + + CFBundleIdentifier + org.coolstar.VoodooGPIO + IOClass + VoodooGPIOAMD + IONameMatch + + AMD0030 + AMDI0030 + AMDI0031 + + IOProviderClass + IOService + + VoodooGPIOCannonLakeH + + CFBundleIdentifier + org.coolstar.VoodooGPIO + IOClass + VoodooGPIOCannonLakeH + IONameMatch + + INT3450 + + IOProviderClass + IOService + + VoodooGPIOCannonLakeLP + + CFBundleIdentifier + org.coolstar.VoodooGPIO + IOClass + VoodooGPIOCannonLakeLP + IONameMatch + + INT34BB + + IOProviderClass + IOService + + VoodooGPIOIceLakeLP + + CFBundleIdentifier + org.coolstar.VoodooGPIO + IOClass + VoodooGPIOIceLakeLP + IONameMatch + + INT3455 + + IOProviderClass + IOService + + VoodooGPIOSunrisePointH + + CFBundleIdentifier + org.coolstar.VoodooGPIO + IOClass + VoodooGPIOSunrisePointH + IONameMatch + + INT345D + + IOProviderClass + IOService + + VoodooGPIOSunrisePointLP + + CFBundleIdentifier + org.coolstar.VoodooGPIO + IOClass + VoodooGPIOSunrisePointLP + IONameMatch + + INT344B + + IOProviderClass + IOService + + VoodooGPIOTigerLakeLP + + CFBundleIdentifier + org.coolstar.VoodooGPIO + IOClass + VoodooGPIOTigerLakeLP + IONameMatch + + INTC1055 + + IOProviderClass + IOService + + + LSMinimumSystemVersion + 10.12 + NSHumanReadableCopyright + Copyright © 2017 CoolStar. All rights reserved. + OSBundleCompatibleVersion + 1.1 + OSBundleLibraries + + com.apple.iokit.IOACPIFamily + 1.4 + com.apple.kpi.iokit + 13.0 + com.apple.kpi.libkern + 13.0 + com.apple.kpi.mach + 13.0 + + OSBundleRequired + Root + + diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO new file mode 100755 index 0000000..ec240fd Binary files /dev/null and b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO differ diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.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/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist new file mode 100755 index 0000000..568599e --- /dev/null +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist @@ -0,0 +1,84 @@ + + + + + BuildMachineOSBuild + 23H124 + CFBundleDevelopmentRegion + en + CFBundleExecutable + VoodooI2CServices + CFBundleIdentifier + com.alexandred.VoodooI2CServices + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + VoodooI2CServices + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + + DTPlatformName + macosx + DTPlatformVersion + 13.3 + DTSDKBuild + 22E245 + DTSDKName + macosx13.3 + DTXcode + 1431 + DTXcodeBuild + 14E300c + IOKitPersonalities + + VoodooI2CLogger + + CFBundleIdentifier + com.alexandred.VoodooI2CServices + IOClass + VoodooI2CLogger + IOMatchCategory + VoodooI2CLogger + IOProviderClass + VoodooI2CServices + + VoodooI2CServices + + CFBundleIdentifier + com.alexandred.VoodooI2CServices + IOClass + VoodooI2CServices + IOMatchCategory + VoodooI2CServices + IOProviderClass + IOResources + + + LSMinimumSystemVersion + 10.11 + NSHumanReadableCopyright + Copyright © 2017 Alexandre Daoud. All rights reserved. + OSBundleCompatibleVersion + 1.0.0 + OSBundleLibraries + + com.apple.kpi.iokit + 14 + com.apple.kpi.libkern + 14 + + OSBundleRequired + Root + + diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices new file mode 100755 index 0000000..8ce7109 Binary files /dev/null and b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices differ diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.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/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist new file mode 100755 index 0000000..14518b9 --- /dev/null +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist @@ -0,0 +1,80 @@ + + + + + BuildMachineOSBuild + 23H124 + CFBundleDevelopmentRegion + en + CFBundleExecutable + VoodooInput + CFBundleIdentifier + me.kishorprins.VoodooInput + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + VoodooInput + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.1.6 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.1.6 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + + DTPlatformName + macosx + DTPlatformVersion + 13.3 + DTSDKBuild + 22E245 + DTSDKName + macosx13.3 + DTXcode + 1431 + DTXcodeBuild + 14E300c + IOKitPersonalities + + Voodoo Input + + CFBundleIdentifier + me.kishorprins.VoodooInput + IOClass + VoodooInput + IOProbeScore + 200 + IOPropertyMatch + + VoodooInputSupported + + + IOProviderClass + IOService + + + LSMinimumSystemVersion + 10.10 + NSHumanReadableCopyright + Copyright © 2019 Kishor Prins. All rights reserved. + OSBundleLibraries + + com.apple.iokit.IOHIDFamily + 2.0 + com.apple.kpi.iokit + 14 + com.apple.kpi.libkern + 14 + com.apple.kpi.mach + 13.0 + + OSBundleRequired + Root + + diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput new file mode 100755 index 0000000..c7e404b Binary files /dev/null and b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput differ diff --git a/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/oc/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.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