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/IOSkywalkFamily.kext/Contents/Info.plist | 111 ++++++++++++++++++++ .../Contents/MacOS/IOSkywalkFamily | Bin 0 -> 840512 bytes .../Contents/_CodeSignature/CodeResources | 115 +++++++++++++++++++++ 3 files changed, 226 insertions(+) create mode 100755 oc/Kexts/IOSkywalkFamily.kext/Contents/Info.plist create mode 100755 oc/Kexts/IOSkywalkFamily.kext/Contents/MacOS/IOSkywalkFamily create mode 100755 oc/Kexts/IOSkywalkFamily.kext/Contents/_CodeSignature/CodeResources (limited to 'oc/Kexts/IOSkywalkFamily.kext/Contents') diff --git a/oc/Kexts/IOSkywalkFamily.kext/Contents/Info.plist b/oc/Kexts/IOSkywalkFamily.kext/Contents/Info.plist new file mode 100755 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 100755 index 0000000..56cbb8c Binary files /dev/null and b/oc/Kexts/IOSkywalkFamily.kext/Contents/MacOS/IOSkywalkFamily differ diff --git a/oc/Kexts/IOSkywalkFamily.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/IOSkywalkFamily.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/oc/Kexts/IOSkywalkFamily.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