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/AMFIPass.kext/Contents/Info.plist | 85 +++++++++++++++ oc/Kexts/AMFIPass.kext/Contents/MacOS/AMFIPass | Bin 0 -> 774384 bytes .../Contents/_CodeSignature/CodeResources | 115 +++++++++++++++++++++ 3 files changed, 200 insertions(+) create mode 100755 oc/Kexts/AMFIPass.kext/Contents/Info.plist create mode 100755 oc/Kexts/AMFIPass.kext/Contents/MacOS/AMFIPass create mode 100755 oc/Kexts/AMFIPass.kext/Contents/_CodeSignature/CodeResources (limited to 'oc/Kexts/AMFIPass.kext/Contents') diff --git a/oc/Kexts/AMFIPass.kext/Contents/Info.plist b/oc/Kexts/AMFIPass.kext/Contents/Info.plist new file mode 100755 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 100755 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 100755 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 + + + + -- cgit v1.2.3