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/VoodooRMI.kext/Contents/Info.plist | 107 +++++++++++++++ oc/Kexts/VoodooRMI.kext/Contents/MacOS/VoodooRMI | Bin 0 -> 188912 bytes .../PlugIns/RMII2C.kext/Contents/Info.plist | 84 ++++++++++++ .../PlugIns/RMII2C.kext/Contents/MacOS/RMII2C | Bin 0 -> 59152 bytes .../Contents/_CodeSignature/CodeResources | 115 +++++++++++++++++ .../PlugIns/RMISMBus.kext/Contents/Info.plist | 84 ++++++++++++ .../PlugIns/RMISMBus.kext/Contents/MacOS/RMISMBus | Bin 0 -> 58112 bytes .../Contents/_CodeSignature/CodeResources | 115 +++++++++++++++++ .../PlugIns/VoodooInput.kext/Contents/Info.plist | 80 ++++++++++++ .../VoodooInput.kext/Contents/MacOS/VoodooInput | Bin 0 -> 108000 bytes .../Contents/_CodeSignature/CodeResources | 115 +++++++++++++++++ .../Contents/_CodeSignature/CodeResources | 143 +++++++++++++++++++++ 12 files changed, 843 insertions(+) create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/Info.plist create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/MacOS/VoodooRMI create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/Info.plist create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/MacOS/RMII2C create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/_CodeSignature/CodeResources create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/Info.plist create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/MacOS/RMISMBus create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/_CodeSignature/CodeResources create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources create mode 100755 oc/Kexts/VoodooRMI.kext/Contents/_CodeSignature/CodeResources (limited to 'oc/Kexts/VoodooRMI.kext/Contents') diff --git a/oc/Kexts/VoodooRMI.kext/Contents/Info.plist b/oc/Kexts/VoodooRMI.kext/Contents/Info.plist new file mode 100755 index 0000000..44ffb92 --- /dev/null +++ b/oc/Kexts/VoodooRMI.kext/Contents/Info.plist @@ -0,0 +1,107 @@ + + + + + BuildMachineOSBuild + 24F74 + CFBundleDevelopmentRegion + en + CFBundleExecutable + VoodooRMI + CFBundleIdentifier + com.1Revenger1.VoodooRMI + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + VoodooRMI + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.4.3 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.4.3 + 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 + + RMIDevice + + CFBundleIdentifier + com.1Revenger1.VoodooRMI + Configuration + + DisableWhileTrackpointTimeout + 250 + DisableWhileTypingTimeout + 250 + ForceTouchMinPressure + 90 + ForceTouchType + 1 + MinYDiffThumbDetection + 200 + PalmRejectionHeight + 60 + PalmRejectionTrackpointHeight + 20 + PalmRejectionWidth + 10 + TrackpointDeadzone + 1 + TrackpointMultiplier + 10 + TrackpointScrollMultiplierX + 30 + TrackpointScrollMultiplierY + 30 + + IOClass + RMIBus + IOProbeScore + 2910 + IOPropertyMatch + + RMI4 Supported + + + IOProviderClass + RMITransport + + + LSMinimumSystemVersion + 10.7 + NSHumanReadableCopyright + Copyright © 2021 1Revenger1. All rights reserved. + OSBundleCompatibleVersion + 1.0.0 + OSBundleLibraries + + com.apple.kpi.iokit + 11 + com.apple.kpi.libkern + 11 + com.apple.kpi.mach + 11 + + OSBundleRequired + Console + + diff --git a/oc/Kexts/VoodooRMI.kext/Contents/MacOS/VoodooRMI b/oc/Kexts/VoodooRMI.kext/Contents/MacOS/VoodooRMI new file mode 100755 index 0000000..8b2245b Binary files /dev/null and b/oc/Kexts/VoodooRMI.kext/Contents/MacOS/VoodooRMI differ diff --git a/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/Info.plist b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/Info.plist new file mode 100755 index 0000000..8e13f08 --- /dev/null +++ b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/Info.plist @@ -0,0 +1,84 @@ + + + + + BuildMachineOSBuild + 24F74 + CFBundleDevelopmentRegion + en + CFBundleExecutable + RMII2C + CFBundleIdentifier + com.1Revenger1.RMII2C + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + RMII2C + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1 + 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 + + RMII2C + + CFBundleIdentifier + com.1Revenger1.RMII2C + IOClass + RMII2C + IOProbeScore + 500 + IOPropertyMatch + + + compatible + PNP0C50 + + + IOProviderClass + VoodooI2CDeviceNub + + + LSMinimumSystemVersion + 10.11 + NSHumanReadableCopyright + Copyright © 2021 1Revenger1. All rights reserved. + OSBundleLibraries + + com.1Revenger1.VoodooRMI + 1.0 + com.alexandred.VoodooI2C + 2.5 + com.apple.iokit.IOACPIFamily + 1.0.0d1 + com.apple.kpi.iokit + 11 + com.apple.kpi.libkern + 11 + com.apple.kpi.mach + 11 + + + diff --git a/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/MacOS/RMII2C b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/MacOS/RMII2C new file mode 100755 index 0000000..eb5a5ea Binary files /dev/null and b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/MacOS/RMII2C differ diff --git a/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.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/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/Info.plist b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/Info.plist new file mode 100755 index 0000000..02fd522 --- /dev/null +++ b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/Info.plist @@ -0,0 +1,84 @@ + + + + + BuildMachineOSBuild + 24F74 + CFBundleDevelopmentRegion + en + CFBundleExecutable + RMISMBus + CFBundleIdentifier + com.1Revenger1.RMISMBus + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + RMISMBus + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.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 + + RMISMBus + + CFBundleIdentifier + com.1Revenger1.RMISMBus + IOClass + RMISMBus + IOProbeScore + 500 + IOPropertyMatch + + VoodooSMBUS Slave Device Address + 44 + + IOProviderClass + VoodooSMBusDeviceNub + + + LSMinimumSystemVersion + 10.7 + NSHumanReadableCopyright + Copyright © 2021 1Revenger1. All rights reserved. + OSBundleLibraries + + com.1Revenger1.VoodooRMI + 1.0 + com.apple.iokit.IOACPIFamily + 1.0.0d1 + com.apple.kpi.iokit + 11 + com.apple.kpi.libkern + 11 + com.apple.kpi.mach + 11 + de.leo-labs.VoodooSMBus + 3.0 + + OSBundleRequired + Console + + diff --git a/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/MacOS/RMISMBus b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/MacOS/RMISMBus new file mode 100755 index 0000000..9398d5f Binary files /dev/null and b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/MacOS/RMISMBus differ diff --git a/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.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/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist new file mode 100755 index 0000000..358c698 --- /dev/null +++ b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist @@ -0,0 +1,80 @@ + + + + + BuildMachineOSBuild + 24F74 + CFBundleDevelopmentRegion + en + CFBundleExecutable + VoodooInput + CFBundleIdentifier + me.kishorprins.VoodooInput + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + VoodooInput + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.1.7 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.1.7 + 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 + + 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/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput new file mode 100755 index 0000000..50ab2c7 Binary files /dev/null and b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput differ diff --git a/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/oc/Kexts/VoodooRMI.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 + + + + diff --git a/oc/Kexts/VoodooRMI.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/VoodooRMI.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..e9214a3 --- /dev/null +++ b/oc/Kexts/VoodooRMI.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,143 @@ + + + + + files + + files2 + + PlugIns/RMII2C.kext + + cdhash + + 6CigMpN26G7T22ORS9CfflH6eL8= + + requirement + cdhash H"9cafe90a3238fdc7d00418688f745e38198443df" or cdhash H"e828a0329376e86ed3db63914bd09f7e51fa78bf" + + PlugIns/RMISMBus.kext + + cdhash + + JGkme5f4wrAaegBPewdbL3ek5YE= + + requirement + cdhash H"08a5d1810a72fb643706a88eace16f3eff04339f" or cdhash H"2469267b97f8c2b01a7a004f7b075b2f77a4e581" + + PlugIns/VoodooInput.kext + + cdhash + + JBICj5UHFFVVtj9lOA1p4Y4OGgY= + + requirement + cdhash H"b15c91dfd2afa91ec370660366d14a820eaa60cd" or cdhash H"2412028f9507145555b63f65380d69e18e0e1a06" + + + 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