main e02bd09ed70b cached
153 files
26.4 MB
75.0k tokens
1 requests
Download .txt
Showing preview only (211K chars total). Download the full file or copy to clipboard to get everything.
Repository: kalkmann/Legion-5600H-Hackintosh
Branch: main
Commit: e02bd09ed70b
Files: 153
Total size: 26.4 MB

Directory structure:
gitextract_7pk8ys6d/

├── .gitattributes
├── .gitignore
├── EFI/
│   ├── BOOT/
│   │   ├── .contentFlavour
│   │   ├── .contentVisibility
│   │   └── BOOTx64.efi
│   └── OC/
│       ├── .contentFlavour
│       ├── .contentVisibility
│       ├── ACPI/
│       │   ├── SSDT-EC.aml
│       │   ├── SSDT-PLUG-ALT.aml
│       │   ├── SSDT-USBX.aml
│       │   └── SSDT-XOSI.aml
│       ├── Drivers/
│       │   ├── AudioDxe.efi
│       │   ├── HfsPlus.efi
│       │   ├── OpenCanopy.efi
│       │   ├── OpenRuntime.efi
│       │   └── ResetNvramEntry.efi
│       ├── Kexts/
│       │   ├── AppleMCEReporterDisabler.kext/
│       │   │   └── Contents/
│       │   │       └── Info.plist
│       │   ├── BlueToolFixup.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── BlueToolFixup
│       │   ├── ForgedInvariant.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── ForgedInvariant
│       │   ├── IntelBTPatcher.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── IntelBTPatcher
│       │   ├── IntelBluetoothFirmware.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── IntelBluetoothFirmware
│       │   ├── Lilu.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── Lilu
│       │   ├── NVMeFix.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── NVMeFix
│       │   ├── RealtekRTL8111.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       ├── MacOS/
│       │   │       │   └── RealtekRTL8111
│       │   │       └── _CodeSignature/
│       │   │           └── CodeResources
│       │   ├── RestrictEvents.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── RestrictEvents
│       │   ├── SMCBatteryManager.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       ├── MacOS/
│       │   │       │   └── SMCBatteryManager
│       │   │       └── Resources/
│       │   │           └── SSDT-BATC.dsl
│       │   ├── SMCProcessorAMD.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── SMCProcessorAMD
│       │   ├── SMCRadeonSensors.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── SMCRadeonSensors
│       │   ├── USBToolBox.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── USBToolBox
│       │   ├── UTBMap.kext/
│       │   │   └── Contents/
│       │   │       └── Info.plist
│       │   ├── VirtualSMC.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── VirtualSMC
│       │   ├── VoodooI2C.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       ├── MacOS/
│       │   │       │   └── VoodooI2C
│       │   │       └── PlugIns/
│       │   │           ├── VoodooGPIO.kext/
│       │   │           │   └── Contents/
│       │   │           │       ├── Info.plist
│       │   │           │       ├── MacOS/
│       │   │           │       │   └── VoodooGPIO
│       │   │           │       └── _CodeSignature/
│       │   │           │           └── CodeResources
│       │   │           ├── VoodooI2CServices.kext/
│       │   │           │   └── Contents/
│       │   │           │       ├── Info.plist
│       │   │           │       ├── MacOS/
│       │   │           │       │   └── VoodooI2CServices
│       │   │           │       └── _CodeSignature/
│       │   │           │           └── CodeResources
│       │   │           └── VoodooInput.kext/
│       │   │               └── Contents/
│       │   │                   ├── Info.plist
│       │   │                   ├── MacOS/
│       │   │                   │   └── VoodooInput
│       │   │                   └── _CodeSignature/
│       │   │                       └── CodeResources
│       │   ├── VoodooI2CHID.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       ├── MacOS/
│       │   │       │   └── VoodooI2CHID
│       │   │       └── _CodeSignature/
│       │   │           └── CodeResources
│       │   └── itlwm.kext/
│       │       └── Contents/
│       │           ├── Info.plist
│       │           └── MacOS/
│       │               └── itlwm
│       ├── OpenCore.efi
│       ├── Resources/
│       │   ├── Image/
│       │   │   └── Acidanthera/
│       │   │       ├── Chardonnay/
│       │   │       │   ├── AppleRecv.icns
│       │   │       │   ├── AppleTM.icns
│       │   │       │   ├── BtnFocus.icns
│       │   │       │   ├── Cursor.icns
│       │   │       │   ├── Dot.icns
│       │   │       │   ├── Enter.icns
│       │   │       │   ├── ExtAppleRecv.icns
│       │   │       │   ├── ExtAppleTM.icns
│       │   │       │   ├── ExtHardDrive.icns
│       │   │       │   ├── HardDrive.icns
│       │   │       │   ├── Left.icns
│       │   │       │   ├── Lock.icns
│       │   │       │   ├── Password.icns
│       │   │       │   ├── Restart.icns
│       │   │       │   ├── Right.icns
│       │   │       │   ├── Selected.icns
│       │   │       │   ├── Selector.icns
│       │   │       │   ├── SetDefault.icns
│       │   │       │   ├── Shell.icns
│       │   │       │   ├── ShutDown.icns
│       │   │       │   ├── Tool.icns
│       │   │       │   └── Windows.icns
│       │   │       ├── GoldenGate/
│       │   │       │   ├── AppleRecv.icns
│       │   │       │   ├── AppleTM.icns
│       │   │       │   ├── BtnFocus.icns
│       │   │       │   ├── Cursor.icns
│       │   │       │   ├── Dot.icns
│       │   │       │   ├── Enter.icns
│       │   │       │   ├── ExtAppleRecv.icns
│       │   │       │   ├── ExtAppleTM.icns
│       │   │       │   ├── ExtHardDrive.icns
│       │   │       │   ├── HardDrive.icns
│       │   │       │   ├── Left.icns
│       │   │       │   ├── Lock.icns
│       │   │       │   ├── Password.icns
│       │   │       │   ├── Restart.icns
│       │   │       │   ├── Right.icns
│       │   │       │   ├── Selected.icns
│       │   │       │   ├── Selector.icns
│       │   │       │   ├── SetDefault.icns
│       │   │       │   ├── Shell.icns
│       │   │       │   ├── ShutDown.icns
│       │   │       │   ├── Tool.icns
│       │   │       │   └── Windows.icns
│       │   │       └── Syrah/
│       │   │           ├── AppleRecv.icns
│       │   │           ├── AppleTM.icns
│       │   │           ├── BtnFocus.icns
│       │   │           ├── Cursor.icns
│       │   │           ├── Dot.icns
│       │   │           ├── Enter.icns
│       │   │           ├── ExtAppleRecv.icns
│       │   │           ├── ExtAppleTM.icns
│       │   │           ├── ExtHardDrive.icns
│       │   │           ├── HardDrive.icns
│       │   │           ├── Left.icns
│       │   │           ├── Lock.icns
│       │   │           ├── Password.icns
│       │   │           ├── Restart.icns
│       │   │           ├── Right.icns
│       │   │           ├── Selected.icns
│       │   │           ├── Selector.icns
│       │   │           ├── SetDefault.icns
│       │   │           ├── Shell.icns
│       │   │           ├── ShutDown.icns
│       │   │           ├── Tool.icns
│       │   │           └── Windows.icns
│       │   └── Label/
│       │       ├── Apple.l2x
│       │       ├── Apple.lbl
│       │       ├── AppleRecv.l2x
│       │       ├── AppleRecv.lbl
│       │       ├── AppleTM.l2x
│       │       ├── AppleTM.lbl
│       │       ├── EFIBoot.l2x
│       │       ├── EFIBoot.lbl
│       │       ├── Other.l2x
│       │       ├── Other.lbl
│       │       ├── ResetNVRAM.l2x
│       │       ├── ResetNVRAM.lbl
│       │       ├── SIPDisabled.l2x
│       │       ├── SIPDisabled.lbl
│       │       ├── SIPEnabled.l2x
│       │       ├── SIPEnabled.lbl
│       │       ├── Shell.l2x
│       │       ├── Shell.lbl
│       │       ├── Tool.l2x
│       │       ├── Tool.lbl
│       │       ├── Windows.l2x
│       │       └── Windows.lbl
│       └── config.plist
└── README.md

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitattributes
================================================
efi/* linguist-vendored


================================================
FILE: .gitignore
================================================
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

================================================
FILE: EFI/BOOT/.contentFlavour
================================================
OpenCore

================================================
FILE: EFI/BOOT/.contentVisibility
================================================
Disabled

================================================
FILE: EFI/OC/.contentFlavour
================================================
OpenCore

================================================
FILE: EFI/OC/.contentVisibility
================================================
Disabled

================================================
FILE: EFI/OC/Kexts/AppleMCEReporterDisabler.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleGetInfoString</key>
	<string>AppleIntelMCEReporter Disabler 1.0, © 2019 by XLNC. All rights reserved.</string>
	<key>CFBundleIdentifier</key>
	<string>org.xlnc.disabler.MCEReporter</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>DisableAppleIntelMCEReporter</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleVersion</key>
	<string>1.2</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>DisableMCEInterruptController</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.driver.AppleIntelMCEReporter</string>
			<key>IOClass</key>
			<string>IOService</string>
			<key>IOMatchCategory</key>
			<string>AppleIntelMCEInterruptController</string>
			<key>IOProbeScore</key>
			<integer>5000</integer>
			<key>IOPropertyMatch</key>
			<array>
				<dict>
					<key>board-id</key>
					<string>Mac-F60DEB81FF30ACF6</string>
				</dict>
				<dict>
					<key>board-id</key>
					<string>Mac-7BA5B2D9E42DDD94</string>
				</dict>
				<dict>
					<key>board-id</key>
					<string>Mac-27AD2F918AE68F61</string>
				</dict>
			</array>
			<key>IOProviderClass</key>
			<string>IOPlatformExpertDevice</string>
		</dict>
		<key>DisableMCEReporter</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.driver.AppleIntelMCEReporter</string>
			<key>IOClass</key>
			<string>IOService</string>
			<key>IOMatchCategory</key>
			<string>AppleIntelMCEReporter</string>
			<key>IOProbeScore</key>
			<integer>5000</integer>
			<key>IOProviderClass</key>
			<string>AppleIntelMCEInterruptNub</string>
		</dict>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/BlueToolFixup.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H626</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>BlueToolFixup</string>
	<key>CFBundleIdentifier</key>
	<string>as.acidanthera.BlueToolFixup</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>BlueToolFixup</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>2.7.1</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>2.7.1</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>14.2</string>
	<key>DTSDKBuild</key>
	<string>23C53</string>
	<key>DTSDKName</key>
	<string>macosx14.2</string>
	<key>DTXcode</key>
	<string>1520</string>
	<key>DTXcodeBuild</key>
	<string>15C500b</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>BlueToolFixup</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>as.acidanthera.BlueToolFixup</string>
			<key>IOClass</key>
			<string>BlueToolFixup</string>
			<key>IOMatchCategory</key>
			<string>BlueToolFixup</string>
			<key>IOProviderClass</key>
			<string>IOResources</string>
			<key>IOResourceMatch</key>
			<string>IOKit</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.8</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<string>1.4.7</string>
		<key>com.apple.kpi.bsd</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.dsep</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>12.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/ForgedInvariant.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H626</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>ForgedInvariant</string>
	<key>CFBundleIdentifier</key>
	<string>org.ChefKiss.ForgedInvariant</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>ForgedInvariant</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.2.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1.2.0</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>14.5</string>
	<key>DTSDKBuild</key>
	<string>23F73</string>
	<key>DTSDKName</key>
	<string>macosx14.5</string>
	<key>DTXcode</key>
	<string>1540</string>
	<key>DTXcodeBuild</key>
	<string>15F31d</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>ForgedInvariant</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>org.ChefKiss.ForgedInvariant</string>
			<key>IOClass</key>
			<string>ForgedInvariant</string>
			<key>IOMatchCategory</key>
			<string>ForgedInvariant</string>
			<key>IOProviderClass</key>
			<string>IOResources</string>
			<key>IOResourceMatch</key>
			<string>IOKit</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.6</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2024-2025 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5. See https://github.com/ChefKissInc/ForgedInvariant/LICENSE for details.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>1.2.0</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<string>1.2.0</string>
		<key>com.apple.iokit.IOACPIFamily</key>
		<string>1.0.0d1</string>
		<key>com.apple.kpi.bsd</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.dsep</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>10.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/IntelBTPatcher.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H311</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>IntelBTPatcher</string>
	<key>CFBundleIdentifier</key>
	<string>com.zxystd.IntelBTPatcher</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>IntelBTPatcher</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>2.5.0</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>2.5.0</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>14.5</string>
	<key>DTSDKBuild</key>
	<string>23F73</string>
	<key>DTSDKName</key>
	<string>macosx14.5</string>
	<key>DTXcode</key>
	<string>1540</string>
	<key>DTXcodeBuild</key>
	<string>15F31d</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>IntelBTPatcher</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBTPatcher</string>
			<key>IOClass</key>
			<string>IntelBTPatcher</string>
			<key>IOMatchCategory</key>
			<string>IntelBTPatcher</string>
			<key>IOProviderClass</key>
			<string>IOResources</string>
			<key>IOResourceMatch</key>
			<string>IOKit</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.12</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2022 zxystd. All rights reserved.</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<string>1.2.0</string>
		<key>com.apple.iokit.IOUSBHostFamily</key>
		<string>1.2</string>
		<key>com.apple.kpi.bsd</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.dsep</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>12.0.0</string>
	</dict>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H311</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>IntelBluetoothFirmware</string>
	<key>CFBundleIdentifier</key>
	<string>com.zxystd.IntelBluetoothFirmware</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>IntelBluetoothFirmware</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>2.5.0</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>2.5.0</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>14.5</string>
	<key>DTSDKBuild</key>
	<string>23F73</string>
	<key>DTSDKName</key>
	<string>macosx14.5</string>
	<key>DTXcode</key>
	<string>1540</string>
	<key>DTXcodeBuild</key>
	<string>15F31d</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>IntelBluetoothFirmware_0026</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>38</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_0032</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>50</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_0035</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>53</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_0036</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>54</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_0038</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>56</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_3165</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>2602</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_3168</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>2727</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_726x</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>2012</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_8265</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>2603</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_926x</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>37</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_9560</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>2730</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_ax200</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>41</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
		<key>IntelBluetoothFirmware_ax210</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.IntelBluetoothFirmware</string>
			<key>IOClass</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOMatchCategory</key>
			<string>IntelBluetoothFirmware</string>
			<key>IOProbeScore</key>
			<integer>4000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBHostDevice</string>
			<key>idProduct</key>
			<integer>51</integer>
			<key>idVendor</key>
			<integer>32903</integer>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.12</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2019 钟先耀. All rights reserved.</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.iokit.IOUSBHostFamily</key>
		<string>1.2</string>
		<key>com.apple.kpi.iokit</key>
		<string>16.7</string>
		<key>com.apple.kpi.libkern</key>
		<string>16.7</string>
		<key>com.apple.kpi.mach</key>
		<string>16.7</string>
	</dict>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware
================================================
[File too large to display: 11.0 MB]

================================================
FILE: EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>21G320</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>Lilu</string>
	<key>CFBundleIdentifier</key>
	<string>as.vit9696.Lilu</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>Lilu</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.7.2</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1.7.2</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>14C18</string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>13.1</string>
	<key>DTSDKBuild</key>
	<string>22C55</string>
	<key>DTSDKName</key>
	<string>macosx13.1</string>
	<key>DTXcode</key>
	<string>1420</string>
	<key>DTXcodeBuild</key>
	<string>14C18</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>as.vit9696.Lilu</string>
			<key>IOClass</key>
			<string>Lilu</string>
			<key>IOMatchCategory</key>
			<string>Lilu</string>
			<key>IOProviderClass</key>
			<string>IOResources</string>
			<key>IOResourceMatch</key>
			<string>IOBSD</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.6</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2016-2020 vit9696. All rights reserved.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>1.2.0</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.kernel.6.0</key>
		<string>7.9.9</string>
		<key>com.apple.kpi.bsd</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>8.0.0</string>
	</dict>
	<key>OSBundleLibraries_x86_64</key>
	<dict>
		<key>com.apple.kpi.bsd</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.dsep</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>10.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>21G320</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>NVMeFix</string>
	<key>CFBundleIdentifier</key>
	<string>org.acidanthera.NVMeFix</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>NVMeFix</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.1.4</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1.1.4</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>14C18</string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>13.1</string>
	<key>DTSDKBuild</key>
	<string>22C55</string>
	<key>DTSDKName</key>
	<string>macosx13.1</string>
	<key>DTXcode</key>
	<string>1420</string>
	<key>DTXcodeBuild</key>
	<string>14C18</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>org.acidanthera.NVMeFix</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>org.acidanthera.NVMeFix</string>
			<key>IOClass</key>
			<string>NVMeFix</string>
			<key>IOMatchCategory</key>
			<string>NVMeFix</string>
			<key>IOProviderClass</key>
			<string>IOResources</string>
			<key>IOResourceMatch</key>
			<string>IOKit</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.14</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2019 acidanthera. All rights reserved.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>1.0</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<string>1.4.1</string>
		<key>com.apple.kpi.bsd</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.dsep</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>12.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H311</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>RealtekRTL8111</string>
	<key>CFBundleIdentifier</key>
	<string>com.insanelymac.RealtekRTL8111</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>RealtekRTL8111</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>2.5.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>2.5.0</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>14.2</string>
	<key>DTSDKBuild</key>
	<string>23C53</string>
	<key>DTSDKName</key>
	<string>macosx14.2</string>
	<key>DTXcode</key>
	<string>1520</string>
	<key>DTXcodeBuild</key>
	<string>15C500b</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>RTL8111 PCIe Adapter</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.insanelymac.RealtekRTL8111</string>
			<key>Driver Parameters</key>
			<dict>
				<key>disableASPM</key>
				<true/>
				<key>enableCSO6</key>
				<true/>
				<key>enableEEE</key>
				<true/>
				<key>enableTSO4</key>
				<true/>
				<key>enableTSO6</key>
				<true/>
				<key>fallbackMAC</key>
				<string></string>
				<key>intrMitigate</key>
				<integer>53080</integer>
				<key>rxPolling</key>
				<true/>
			</dict>
			<key>Driver_Version</key>
			<string>2.5.0d1</string>
			<key>IOClass</key>
			<string>RTL8111</string>
			<key>IOPCIMatch</key>
			<string>0x816810ec 0x81681186 0x250210ec 0x260010ec</string>
			<key>IOProbeScore</key>
			<integer>1000</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>Model</key>
			<string>RTL8111</string>
			<key>Vendor</key>
			<string>Realtek</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.13</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2013 Laura Müller. All rights reserved.</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.iokit.IONetworkingFamily</key>
		<string>1.5.0</string>
		<key>com.apple.iokit.IOPCIFamily</key>
		<string>1.7</string>
		<key>com.apple.kpi.bsd</key>
		<string>8.10.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>8.10.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>8.10.0</string>
		<key>com.apple.kpi.mach</key>
		<string>8.10.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Network-Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/RealtekRTL8111.kext/Contents/_CodeSignature/CodeResources
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>files</key>
	<dict/>
	<key>files2</key>
	<dict/>
	<key>rules</key>
	<dict>
		<key>^Resources/</key>
		<true/>
		<key>^Resources/.*\.lproj/</key>
		<dict>
			<key>optional</key>
			<true/>
			<key>weight</key>
			<real>1000</real>
		</dict>
		<key>^Resources/.*\.lproj/locversion.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>1100</real>
		</dict>
		<key>^Resources/Base\.lproj/</key>
		<dict>
			<key>weight</key>
			<real>1010</real>
		</dict>
		<key>^version.plist$</key>
		<true/>
	</dict>
	<key>rules2</key>
	<dict>
		<key>.*\.dSYM($|/)</key>
		<dict>
			<key>weight</key>
			<real>11</real>
		</dict>
		<key>^(.*/)?\.DS_Store$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>2000</real>
		</dict>
		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
		<dict>
			<key>nested</key>
			<true/>
			<key>weight</key>
			<real>10</real>
		</dict>
		<key>^.*</key>
		<true/>
		<key>^Info\.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^PkgInfo$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^Resources/</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^Resources/.*\.lproj/</key>
		<dict>
			<key>optional</key>
			<true/>
			<key>weight</key>
			<real>1000</real>
		</dict>
		<key>^Resources/.*\.lproj/locversion.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>1100</real>
		</dict>
		<key>^Resources/Base\.lproj/</key>
		<dict>
			<key>weight</key>
			<real>1010</real>
		</dict>
		<key>^[^/]+$</key>
		<dict>
			<key>nested</key>
			<true/>
			<key>weight</key>
			<real>10</real>
		</dict>
		<key>^embedded\.provisionprofile$</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^version\.plist$</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
	</dict>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/RestrictEvents.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>21G320</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>RestrictEvents</string>
	<key>CFBundleIdentifier</key>
	<string>as.vit9696.RestrictEvents</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>RestrictEvents</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.1.7</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1.1.7</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>14C18</string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>13.1</string>
	<key>DTSDKBuild</key>
	<string>22C55</string>
	<key>DTSDKName</key>
	<string>macosx13.1</string>
	<key>DTXcode</key>
	<string>1420</string>
	<key>DTXcodeBuild</key>
	<string>14C18</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>as.vit9696.RestrictEfiCheck</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>as.vit9696.RestrictEvents</string>
			<key>IOClass</key>
			<string>IOService</string>
			<key>IOMatchCategory</key>
			<string>com_apple_driver_eficheck</string>
			<key>IONameMatch</key>
			<array>
				<string>pci8086,1c41</string>
				<string>pci8086,1c42</string>
				<string>pci8086,1c43</string>
				<string>pci8086,1c44</string>
				<string>pci8086,1c46</string>
				<string>pci8086,1c47</string>
				<string>pci8086,1c49</string>
				<string>pci8086,1c4a</string>
				<string>pci8086,1c4b</string>
				<string>pci8086,1c4c</string>
				<string>pci8086,1c4d</string>
				<string>pci8086,1c4e</string>
				<string>pci8086,1c4f</string>
				<string>pci8086,1c50</string>
				<string>pci8086,1c52</string>
				<string>pci8086,1c5c</string>
				<string>pci8086,1d41</string>
				<string>pci8086,1e42</string>
				<string>pci8086,1e44</string>
				<string>pci8086,1e46</string>
				<string>pci8086,1e47</string>
				<string>pci8086,1e48</string>
				<string>pci8086,1e49</string>
				<string>pci8086,1e4a</string>
				<string>pci8086,1e53</string>
				<string>pci8086,1e55</string>
				<string>pci8086,1e56</string>
				<string>pci8086,1e57</string>
				<string>pci8086,1e58</string>
				<string>pci8086,1e59</string>
				<string>pci8086,1e5d</string>
				<string>pci8086,1e5e</string>
				<string>pci8086,1e5f</string>
				<string>pci8086,3b02</string>
				<string>pci8086,3b03</string>
				<string>pci8086,3b06</string>
				<string>pci8086,3b07</string>
				<string>pci8086,3b08</string>
				<string>pci8086,3b09</string>
				<string>pci8086,3b0a</string>
				<string>pci8086,3b0b</string>
				<string>pci8086,3b0f</string>
				<string>pci8086,3b12</string>
				<string>pci8086,3b14</string>
				<string>pci8086,3b16</string>
				<string>pci8086,8c44</string>
				<string>pci8086,8c4b</string>
				<string>pci8086,8cc1</string>
				<string>pci8086,8cc2</string>
				<string>pci8086,8cc3</string>
				<string>pci8086,8cc4</string>
				<string>pci8086,8cc6</string>
				<string>pci8086,8c41</string>
				<string>pci8086,8c42</string>
				<string>pci8086,8c44</string>
				<string>pci8086,8c46</string>
				<string>pci8086,8c49</string>
				<string>pci8086,8c4a</string>
				<string>pci8086,8c4b</string>
				<string>pci8086,8c4c</string>
				<string>pci8086,8c4e</string>
				<string>pci8086,8c4f</string>
				<string>pci8086,8c50</string>
				<string>pci8086,8c52</string>
				<string>pci8086,8c54</string>
				<string>pci8086,8c56</string>
				<string>pci8086,8c5c</string>
				<string>pci8086,8d44</string>
				<string>pci8086,8d47</string>
				<string>pci8086,9cc1</string>
				<string>pci8086,9cc2</string>
				<string>pci8086,9cc3</string>
				<string>pci8086,9cc5</string>
				<string>pci8086,9cc6</string>
				<string>pci8086,9cc7</string>
				<string>pci8086,9cc9</string>
				<string>pci8086,9c41</string>
				<string>pci8086,9c43</string>
				<string>pci8086,9c45</string>
				<string>pci8086,9d41</string>
				<string>pci8086,9d43</string>
				<string>pci8086,9d46</string>
				<string>pci8086,9d48</string>
				<string>pci8086,9d4b</string>
				<string>pci8086,9d4e</string>
				<string>pci8086,a145</string>
				<string>pci8086,a151</string>
				<string>pci8086,a306</string>
			</array>
			<key>IOProbeScore</key>
			<integer>5000</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
		</dict>
		<key>as.vit9696.RestrictEvents</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>as.vit9696.RestrictEvents</string>
			<key>IOClass</key>
			<string>RestrictEvents</string>
			<key>IOMatchCategory</key>
			<string>RestrictEvents</string>
			<key>IOProviderClass</key>
			<string>IOResources</string>
			<key>IOResourceMatch</key>
			<string>IOKit</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.8</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2020 vit9696. All rights reserved.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>1.0</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<string>1.2.0</string>
		<key>com.apple.kpi.bsd</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.dsep</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>12.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/SMCBatteryManager.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>21G320</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>SMCBatteryManager</string>
	<key>CFBundleIdentifier</key>
	<string>ru.usrsse2.SMCBatteryManager</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>SMCBatteryManager</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.3.8</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1.3.8</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>14C18</string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>13.1</string>
	<key>DTSDKBuild</key>
	<string>22C55</string>
	<key>DTSDKName</key>
	<string>macosx13.1</string>
	<key>DTXcode</key>
	<string>1420</string>
	<key>DTXcodeBuild</key>
	<string>14C18</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>IOSMBusController</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>ru.usrsse2.SMCBatteryManager</string>
			<key>IOClass</key>
			<string>SMCSMBusController</string>
			<key>IOMatchCategory</key>
			<string>SMCSMBusController</string>
			<key>IOProviderClass</key>
			<string>IOResources</string>
			<key>IOResourceMatch</key>
			<string>IOKit</string>
		</dict>
		<key>SMCBatteryManager</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>ru.usrsse2.SMCBatteryManager</string>
			<key>IOClass</key>
			<string>SMCBatteryManager</string>
			<key>IOMatchCategory</key>
			<string>SMCBatteryManager</string>
			<key>IOProviderClass</key>
			<string>IOResources</string>
			<key>IOResourceMatch</key>
			<string>IOKit</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.6</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2018 usrsse2. All rights reserved.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>1.0.0</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<string>1.2.0</string>
		<key>as.vit9696.VirtualSMC</key>
		<string>1.0.0</string>
		<key>com.apple.iokit.IOACPIFamily</key>
		<string>1.0.0d1</string>
		<key>com.apple.iokit.IOSMBusFamily</key>
		<string>1.0.0</string>
		<key>com.apple.kpi.bsd</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>8.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/SMCBatteryManager.kext/Contents/Resources/SSDT-BATC.dsl
================================================
// SSDT-BATC.dsl
//
// Based on https://github.com/RehabMan/OS-X-ACPI-Battery-Driver/blob/master/SSDT-BATC.dsl
//
// An SSDT to combine two batteries into one
// initial work/testing by ag6952563 (with assistance by RehabMan)
// finalize into generic SSDT by RehabMan
// some code cleanup/optimization/and bug fixing by RehabMan
// modifications to work VirtualSMC SMCBatteryManager by armenio
// add _BIX (easy, following the original code from RehabMan) by armenio
//
// OS X support for multiple batteries is a bit buggy.
// This SSDT can be used to combine two batteries into one,
// avoiding the bugs.
//
// It may need modification depending on the ACPI path of your
// existing battery objects.
//

// IMPORTANT:
//
// To use this SSDT, you must also patch any Notify for either BAT0 or BAT1
// objects.
//
// The Notify is used to tell the system when a battery is removed or added.
//
// Any code:
//   Notify (...BAT0, ...)
//         -or
//   Notify (...BAT1, ...)
//
// Must be changed to:
//   Notify (...BATC, ...)
//
// Refer to Dual Battery Support.md for patching details
//

DefinitionBlock ("", "SSDT", 2, "ACDT", "BATC", 0x00000000)
{
    External (_SB_.PCI0.LPCB.EC, DeviceObj)
    External (_SB_.PCI0.LPCB.EC.BAT0, DeviceObj)
    External (_SB_.PCI0.LPCB.EC.BAT0._BIF, MethodObj)
    External (_SB_.PCI0.LPCB.EC.BAT0._BIX, MethodObj)
    External (_SB_.PCI0.LPCB.EC.BAT0._BST, MethodObj)
    External (_SB_.PCI0.LPCB.EC.BAT0._HID, IntObj)
    External (_SB_.PCI0.LPCB.EC.BAT0._STA, MethodObj)
    External (_SB_.PCI0.LPCB.EC.BAT1, DeviceObj)
    External (_SB_.PCI0.LPCB.EC.BAT1._BIF, MethodObj)
    External (_SB_.PCI0.LPCB.EC.BAT1._BIX, MethodObj)
    External (_SB_.PCI0.LPCB.EC.BAT1._BST, MethodObj)
    External (_SB_.PCI0.LPCB.EC.BAT1._HID, IntObj)
    External (_SB_.PCI0.LPCB.EC.BAT1._STA, MethodObj)

    Scope (\_SB.PCI0.LPCB.EC)
    {
        Device (BATC)
        {
            Name (_HID, EisaId ("PNP0C0A"))
            Name (_UID, 0x02)

            Method (_INI)
            {
                If (_OSI ("Darwin"))
                {
                    // disable original battery objects by setting invalid _HID
                    ^^BAT0._HID = 0
                    ^^BAT1._HID = 0
                }
            }

            Method (_STA)
            {
                If (_OSI ("Darwin"))
                {
                    // call original _STA for BAT0 and BAT1
                    // result is bitwise OR between them
                    Return (^^BAT0._STA () | ^^BAT1._STA ())
                }
                Else
                {
                    Return (Zero)
                }
            }

            Method (_BIF)
            {
                // Local0 BAT0._BIF
                // Local1 BAT1._BIF
                // Local2 BAT0._STA
                // Local3 BAT1._STA
                // Local4/Local5 scratch

                // gather and validate data from BAT0
                Local0 = ^^BAT0._BIF ()
                Local2 = ^^BAT0._STA ()
                If (0x1f == Local2)
                {
                    // check for invalid design capacity
                    Local4 = DerefOf (Local0 [1])
                    If (!Local4 || Ones == Local4) { Local2 = 0; }
                    // check for invalid last full charge capacity
                    Local4 = DerefOf (Local0 [2])
                    If (!Local4 || Ones == Local4) { Local2 = 0; }
                    // check for invalid design voltage
                    Local4 = DerefOf (Local0 [4])
                    If (!Local4 || Ones == Local4) { Local2 = 0; }
                }
                // gather and validate data from BAT1
                Local1 = ^^BAT1._BIF ()
                Local3 = ^^BAT1._STA ()
                If (0x1f == Local3)
                {
                    // check for invalid design capacity
                    Local4 = DerefOf (Local1 [1])
                    If (!Local4 || Ones == Local4) { Local3 = 0; }
                    // check for invalid last full charge capacity
                    Local4 = DerefOf (Local1 [2])
                    If (!Local4 || Ones == Local4) { Local3 = 0; }
                    // check for invalid design voltage
                    Local4 = DerefOf (Local1 [4])
                    If (!Local4 || Ones == Local4) { Local3 = 0; }
                }
                // find primary and secondary battery
                If (0x1f != Local2 && 0x1f == Local3)
                {
                    // make primary use BAT1 data
                    Local0 = Local1 // BAT1._BIF result
                    Local2 = Local3 // BAT1._STA result
                    Local3 = 0  // no secondary battery
                }
                // combine batteries into Local0 result if possible
                If (0x1f == Local2 && 0x1f == Local3)
                {
                    // _BIF 0 Power Unit - leave BAT0 value
                    // _BIF 1 Design Capacity - add BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [1])
                    Local5 = DerefOf (Local1 [1])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [1] = Local4 + Local5
                    }
                    // _BIF 2 Last Full Charge Capacity - add BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [2])
                    Local5 = DerefOf (Local1 [2])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [2] = Local4 + Local5
                    }
                    // _BIF 3 Battery Technology - leave BAT0 value
                    // _BIF 4 Design Voltage - average between BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [4])
                    Local5 = DerefOf (Local1 [4])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [4] = (Local4 + Local5) / 2
                    }
                    // _BIF 5 Design Capacity of Warning - add BAT0 and BAT1 values
                    Local0 [5] = DerefOf (Local0 [5]) + DerefOf (Local1 [5])
                    // _BIF 6 Design Capacity of Low - add BAT0 and BAT1 values
                    Local0 [6] = DerefOf (Local0 [6]) + DerefOf (Local1 [6])
                    // _BIF 7 Battery Capacity Granularity 1 - add BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [7])
                    Local5 = DerefOf (Local1 [7])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [7] = Local4 + Local5
                    }
                    // _BIF 8 Battery Capacity Granularity 2 - add BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [8])
                    Local5 = DerefOf (Local1 [8])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [8] = Local4 + Local5
                    }
                    // _BIF 9 Model Number - concatenate BAT0 and BAT1 values
                    Local0 [0x09] = Concatenate (Concatenate (DerefOf (Local0 [0x09]), " / "), DerefOf (Local1 [0x09]))
                    // _BIF a Serial Number - concatenate BAT0 and BAT1 values
                    Local0 [0x0a] = Concatenate (Concatenate (DerefOf (Local0 [0x0a]), " / "), DerefOf (Local1 [0x0a]))
                    // _BIF b Battery Type - concatenate BAT0 and BAT1 values
                    Local0 [0x0b] = Concatenate (Concatenate (DerefOf (Local0 [0x0b]), " / "), DerefOf (Local1 [0x0b]))
                    // _BIF c OEM Information - concatenate BAT0 and BAT1 values
                    Local0 [0x0c] = Concatenate (Concatenate (DerefOf (Local0 [0x0c]), " / "), DerefOf (Local1 [0x0c]))
                }

                Return (Local0)
            } // _BIF

            Method (_BIX)
            {
                // Local0 BAT0._BIX
                // Local1 BAT1._BIX
                // Local2 BAT0._STA
                // Local3 BAT1._STA
                // Local4/Local5 scratch

                // gather and validate data from BAT0
                Local0 = ^^BAT0._BIX ()
                Local2 = ^^BAT0._STA ()
                If (0x1f == Local2)
                {
                    // check for invalid design capacity
                    Local4 = DerefOf (Local0 [2])
                    If (!Local4 || Ones == Local4) { Local2 = 0; }
                    // check for invalid last full charge capacity
                    Local4 = DerefOf (Local0 [3])
                    If (!Local4 || Ones == Local4) { Local2 = 0; }
                    // check for invalid design voltage
                    Local4 = DerefOf (Local0 [5])
                    If (!Local4 || Ones == Local4) { Local2 = 0; }
                }
                // gather and validate data from BAT1
                Local1 = ^^BAT1._BIX ()
                Local3 = ^^BAT1._STA ()
                If (0x1f == Local3)
                {
                    // check for invalid design capacity
                    Local4 = DerefOf (Local1 [2])
                    If (!Local4 || Ones == Local4) { Local3 = 0; }
                    // check for invalid last full charge capacity
                    Local4 = DerefOf (Local1 [3])
                    If (!Local4 || Ones == Local4) { Local3 = 0; }
                    // check for invalid design voltage
                    Local4 = DerefOf (Local1 [5])
                    If (!Local4 || Ones == Local4) { Local3 = 0; }
                }
                // find primary and secondary battery
                If (0x1f != Local2 && 0x1f == Local3)
                {
                    // make primary use BAT1 data
                    Local0 = Local1 // BAT1._BIX result
                    Local2 = Local3 // BAT1._STA result
                    Local3 = 0  // no secondary battery
                }
                // combine batteries into Local0 result if possible
                If (0x1f == Local2 && 0x1f == Local3)
                {
                    // _BIX 0 Revision - leave BAT0 value
                    // _BIX 1 Power Unit - leave BAT0 value
                    // _BIX 2 Design Capacity - add BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [2])
                    Local5 = DerefOf (Local1 [2])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [2] = Local4 + Local5
                    }
                    // _BIX 3 Last Full Charge Capacity - add BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [3])
                    Local5 = DerefOf (Local1 [3])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [3] = Local4 + Local5
                    }
                    // _BIX 4 Battery Technology - leave BAT0 value
                    // _BIX 5 Design Voltage - average between BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [5])
                    Local5 = DerefOf (Local1 [5])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [5] = (Local4 + Local5) / 2
                    }
                    // _BIX 6 Design Capacity of Warning - add BAT0 and BAT1 values
                    Local0 [6] = DerefOf (Local0 [6]) + DerefOf (Local1 [6])
                    // _BIX 7 Design Capacity of Low - add BAT0 and BAT1 values
                    Local0 [7] = DerefOf (Local0 [7]) + DerefOf (Local1 [7])
                    // _BIX 8 Cycle Count - average between BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [8])
                    Local5 = DerefOf (Local1 [8])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [8] = (Local4 + Local5) / 2
                    }
                    // _BIX 9 Measurement Accuracy - average between BAT0 and BAT1 values
                    Local0 [9] = (DerefOf (Local0 [9]) + DerefOf (Local1 [9])) / 2
                    // _BIX 0xa Max Sampling Time - average between BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [0xa])
                    Local5 = DerefOf (Local1 [0xa])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [0xa] = (Local4 + Local5) / 2
                    }
                    // _BIX 0xb Min Sampling Time - average between BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [0xb])
                    Local5 = DerefOf (Local1 [0xb])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [0xb] = (Local4 + Local5) / 2
                    }
                    // _BIX 0xc Max Averaging Interval - average between BAT0 and BAT1 values
                    Local0 [0xc] = (DerefOf (Local0 [0xc]) + DerefOf (Local1 [0xc])) / 2
                    // _BIX 0xd Min Averaging Interval - average between BAT0 and BAT1 values
                    Local0 [0xd] = (DerefOf (Local0 [0xd]) + DerefOf (Local1 [0xd])) / 2
                    // _BIX 0xe Battery Capacity Granularity 1 - add BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [0xe])
                    Local5 = DerefOf (Local1 [0xe])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [0xe] = Local4 + Local5
                    }
                    // _BIX 0xf Battery Capacity Granularity 2 - add BAT0 and BAT1 values
                    Local4 = DerefOf (Local0 [0xf])
                    Local5 = DerefOf (Local1 [0xf])
                    If (0xffffffff != Local4 && 0xffffffff != Local5)
                    {
                        Local0 [0xf] = Local4 + Local5
                    }
                    // _BIX 10 Model Number - concatenate BAT0 and BAT1 values
                    Local0 [0x10] = Concatenate (Concatenate (DerefOf (Local0 [0x10]), " / "), DerefOf (Local1 [0x10]))
                    // _BIX 11 Serial Number - concatenate BAT0 and BAT1 values
                    Local0 [0x11] = Concatenate (Concatenate (DerefOf (Local0 [0x11]), " / "), DerefOf (Local1 [0x11]))
                    // _BIX 12 Battery Type - concatenate BAT0 and BAT1 values
                    Local0 [0x12] = Concatenate (Concatenate (DerefOf (Local0 [0x12]), " / "), DerefOf (Local1 [0x12]))
                    // _BIX 13 OEM Information - concatenate BAT0 and BAT1 values
                    Local0 [0x13] = Concatenate (Concatenate (DerefOf (Local0 [0x13]), " / "), DerefOf (Local1 [0x13]))
                    // _BIX 14 Battery Swapping Capability - leave BAT0 value for now
                }
                Return (Local0)
            } // _BIX

            Method (_BST)
            {
                // Local0 BAT0._BST
                // Local1 BAT1._BST
                // Local2 BAT0._STA
                // Local3 BAT1._STA
                // Local4/Local5 scratch

                // gather battery data from BAT0
                Local0 = ^^BAT0._BST ()
                Local2 = ^^BAT0._STA ()
                If (0x1f == Local2)
                {
                    // check for invalid remaining capacity
                    Local4 = DerefOf (Local0 [2])
                    If (!Local4 || Ones == Local4) { Local2 = 0; }
                }
                // gather battery data from BAT1
                Local1 = ^^BAT1._BST ()
                Local3 = ^^BAT1._STA ()
                If (0x1f == Local3)
                {
                    // check for invalid remaining capacity
                    Local4 = DerefOf (Local1 [2])
                    If (!Local4 || Ones == Local4) { Local3 = 0; }
                }
                // find primary and secondary battery
                If (0x1f != Local2 && 0x1f == Local3)
                {
                    // make primary use BAT1 data
                    Local0 = Local1 // BAT1._BST result
                    Local2 = Local3 // BAT1._STA result
                    Local3 = 0  // no secondary battery
                }
                // combine batteries into Local0 result if possible
                If (0x1f == Local2 && 0x1f == Local3)
                {
                    // _BST 0 - Battery State - if one battery is charging, then charging, else discharging
                    Local4 = DerefOf (Local0 [0])
                    Local5 = DerefOf (Local1 [0])
                    If (Local4 != Local5)
                    {
                        If (Local4 == 2 || Local5 == 2)
                        {
                            // 2 = charging
                            Local0 [0] = 2
                        }
                        ElseIf (Local4 == 1 || Local5 == 1)
                        {
                            // 1 = discharging
                            Local0 [0] = 1
                        }
                        ElseIf (Local4 == 3 || Local5 == 3)
                        {
                            Local0 [0] = 3
                        }
                        ElseIf (Local4 == 4 || Local5 == 4)
                        {
                            // critical
                            Local0 [0] = 4
                        }
                        ElseIf (Local4 == 5 || Local5 == 5)
                        {
                            // critical and discharging
                            Local0 [0] = 5
                        }
                        // if none of the above, just leave as BAT0 is
                    }

                    // _BST 1 - Battery Present Rate - add BAT0 and BAT1 values
                    Local0 [1] = DerefOf (Local0 [1]) + DerefOf (Local1 [1])
                    // _BST 2 - Battery Remaining Capacity - add BAT0 and BAT1 values
                    Local0 [2] = DerefOf (Local0 [2]) + DerefOf (Local1 [2])
                    // _BST 3 - Battery Present Voltage - average between BAT0 and BAT1 values
                    Local0 [3] = (DerefOf (Local0 [3]) + DerefOf (Local1 [3])) / 2
                }
                Return (Local0)
            } // _BST
        } // BATC
    } // Scope (...)
}
//EOF


================================================
FILE: EFI/OC/Kexts/SMCProcessorAMD.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>21G646</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>SMCProcessorAMD</string>
	<key>CFBundleIdentifier</key>
	<string>as.lorys89.SMCProcessorAMD</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>SMCProcessorAMD</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0.1</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1.0.1</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>13F100</string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>12.3</string>
	<key>DTSDKBuild</key>
	<string>21E226</string>
	<key>DTSDKName</key>
	<string>macosx12.3</string>
	<key>DTXcode</key>
	<string>1341</string>
	<key>DTXcodeBuild</key>
	<string>13F100</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>as.lorys89.SMCProcessorAMD</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>as.lorys89.SMCProcessorAMD</string>
			<key>IOClass</key>
			<string>SMCProcessorAMD</string>
			<key>IOMatchCategory</key>
			<string>SMCProcessorAMD</string>
			<key>IONameMatch</key>
			<string>processor</string>
			<key>IOPropertyMatch</key>
			<dict>
				<key>processor-index</key>
				<integer>0</integer>
			</dict>
			<key>IOProviderClass</key>
			<string>IOACPIPlatformDevice</string>
			<key>IOResourceMatch</key>
			<string>ACPI</string>
			<key>IOUserClientClass</key>
			<string>SMCProcessorAMDUserClient</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.15</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2023 lorys89. All rights reserved.</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<string>1.3.9</string>
		<key>as.vit9696.VirtualSMC</key>
		<string>1.0.0</string>
		<key>com.apple.iokit.IOPCIFamily</key>
		<string>2.9</string>
		<key>com.apple.kpi.bsd</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.dsep</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>19.3</string>
		<key>com.apple.kpi.libkern</key>
		<string>19.3</string>
		<key>com.apple.kpi.mach</key>
		<string>12.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>19.3</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/SMCRadeonSensors.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H124</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>SMCRadeonSensors</string>
	<key>CFBundleIdentifier</key>
	<string>org.ChefKiss.SMCRadeonSensors</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>SMCRadeonSensors</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>2.3.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>2.3.0</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>14.5</string>
	<key>DTSDKBuild</key>
	<string>23F73</string>
	<key>DTSDKName</key>
	<string>macosx14.5</string>
	<key>DTXcode</key>
	<string>1540</string>
	<key>DTXcodeBuild</key>
	<string>15F31d</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>org.ChefKiss.SMCRadeonSensors</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>org.ChefKiss.SMCRadeonSensors</string>
			<key>IOClass</key>
			<string>SMCRadeonSensors</string>
			<key>IOMatchCategory</key>
			<string>SMCRadeonSensors</string>
			<key>IOProbeScore</key>
			<string>500</string>
			<key>IOProviderClass</key>
			<string>IOResources</string>
			<key>IOResourceMatch</key>
			<string>IOKit</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.14</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2023-2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5. See https://github.com/ChefKissInc/SMCRadeonSensors/LICENSE for details.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>2.3.0</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<string>1.2.0</string>
		<key>as.vit9696.VirtualSMC</key>
		<string>1.0.0</string>
		<key>com.apple.iokit.IOPCIFamily</key>
		<string>1.0.0b1</string>
		<key>com.apple.kec.Libm</key>
		<string>1.0</string>
		<key>com.apple.kpi.bsd</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.dsep</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>10.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>24C101</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>USBToolBox</string>
	<key>CFBundleIdentifier</key>
	<string>com.dhinakg.USBToolBox.kext</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>USBToolBox</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1.2.0</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>24C94</string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>15.2</string>
	<key>DTSDKBuild</key>
	<string>24C94</string>
	<key>DTSDKName</key>
	<string>macosx15.2</string>
	<key>DTXcode</key>
	<string>1620</string>
	<key>DTXcodeBuild</key>
	<string>16C5032a</string>
	<key>IOKitPersonalities</key>
	<dict/>
	<key>LSMinimumSystemVersion</key>
	<string>10.11</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2020-2021 Dhinak G. All rights reserved.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>1.0.0</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.driver.AppleUSBHostMergeProperties</key>
		<string>1.0</string>
		<key>com.apple.iokit.IOPCIFamily</key>
		<string>2.9</string>
		<key>com.apple.kpi.iokit</key>
		<string>15.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>15.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/UTBMap.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleGetInfoString</key>
	<string>v1.1</string>
	<key>CFBundleIdentifier</key>
	<string>com.dhinakg.USBToolBox.map</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>UTBMap</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.1</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.1</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>XHC0</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.dhinakg.USBToolBox.kext</string>
			<key>IOClass</key>
			<string>USBToolBox</string>
			<key>IOMatchCategory</key>
			<string>USBToolBox</string>
			<key>IONameMatch</key>
			<string>XHC0</string>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOProviderMergeProperties</key>
			<dict>
				<key>port-count</key>
				<data>
				BgAAAA==
				</data>
				<key>ports</key>
				<dict>
					<key>HS01</key>
					<dict>
						<key>UsbConnector</key>
						<integer>9</integer>
						<key>port</key>
						<data>
						AQAAAA==
						</data>
					</dict>
					<key>HS02</key>
					<dict>
						<key>UsbConnector</key>
						<integer>255</integer>
						<key>port</key>
						<data>
						AgAAAA==
						</data>
					</dict>
					<key>HS03</key>
					<dict>
						<key>UsbConnector</key>
						<integer>255</integer>
						<key>port</key>
						<data>
						AwAAAA==
						</data>
					</dict>
					<key>HS04</key>
					<dict>
						<key>UsbConnector</key>
						<integer>255</integer>
						<key>port</key>
						<data>
						BAAAAA==
						</data>
					</dict>
					<key>SS01</key>
					<dict>
						<key>UsbConnector</key>
						<integer>9</integer>
						<key>port</key>
						<data>
						BQAAAA==
						</data>
					</dict>
					<key>SS02</key>
					<dict>
						<key>UsbConnector</key>
						<integer>255</integer>
						<key>port</key>
						<data>
						BgAAAA==
						</data>
					</dict>
				</dict>
			</dict>
		</dict>
		<key>XHC1</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.dhinakg.USBToolBox.kext</string>
			<key>IOClass</key>
			<string>USBToolBox</string>
			<key>IOMatchCategory</key>
			<string>USBToolBox</string>
			<key>IONameMatch</key>
			<string>XHC1</string>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOProviderMergeProperties</key>
			<dict>
				<key>port-count</key>
				<data>
				BgAAAA==
				</data>
				<key>ports</key>
				<dict>
					<key>HS01</key>
					<dict>
						<key>UsbConnector</key>
						<integer>9</integer>
						<key>port</key>
						<data>
						AQAAAA==
						</data>
					</dict>
					<key>HS02</key>
					<dict>
						<key>UsbConnector</key>
						<integer>3</integer>
						<key>port</key>
						<data>
						AgAAAA==
						</data>
					</dict>
					<key>HS03</key>
					<dict>
						<key>UsbConnector</key>
						<integer>255</integer>
						<key>port</key>
						<data>
						AwAAAA==
						</data>
					</dict>
					<key>HS04</key>
					<dict>
						<key>UsbConnector</key>
						<integer>255</integer>
						<key>port</key>
						<data>
						BAAAAA==
						</data>
					</dict>
					<key>SS01</key>
					<dict>
						<key>UsbConnector</key>
						<integer>9</integer>
						<key>port</key>
						<data>
						BQAAAA==
						</data>
					</dict>
					<key>SS02</key>
					<dict>
						<key>UsbConnector</key>
						<integer>3</integer>
						<key>port</key>
						<data>
						BgAAAA==
						</data>
					</dict>
				</dict>
			</dict>
		</dict>
	</dict>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.dhinakg.USBToolBox.kext</key>
		<string>1.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>21G320</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>VirtualSMC</string>
	<key>CFBundleIdentifier</key>
	<string>as.vit9696.VirtualSMC</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>VirtualSMC</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.3.8</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1.3.8</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>14C18</string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>13.1</string>
	<key>DTSDKBuild</key>
	<string>22C55</string>
	<key>DTSDKName</key>
	<string>macosx13.1</string>
	<key>DTXcode</key>
	<string>1420</string>
	<key>DTXcodeBuild</key>
	<string>14C18</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>as.vit9696.VirtualSMC</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>as.vit9696.VirtualSMC</string>
			<key>IOClass</key>
			<string>VirtualSMC</string>
			<key>IODeviceMemory</key>
			<array>
				<array>
					<dict>
						<key>address</key>
						<integer>768</integer>
						<key>length</key>
						<integer>32</integer>
					</dict>
				</array>
				<array>
					<dict>
						<key>address</key>
						<integer>4277141504</integer>
						<key>length</key>
						<integer>65536</integer>
					</dict>
				</array>
			</array>
			<key>IOInterruptControllers</key>
			<array>
				<string>io-apic-0</string>
			</array>
			<key>IOInterruptSpecifiers</key>
			<array>
				<data>
				BgAAAAAAAAA=
				</data>
			</array>
			<key>IOMatchCategory</key>
			<string>IOACPIPlatformDevice</string>
			<key>IOName</key>
			<string>SMC</string>
			<key>IOProbeScore</key>
			<integer>60000</integer>
			<key>IOProviderClass</key>
			<string>AppleACPIPlatformExpert</string>
			<key>Keystore</key>
			<dict>
				<key>Generic</key>
				<array>
					<dict>
						<key>attr</key>
						<data>
						iA==
						</data>
						<key>comment</key>
						<string>Total fan number, this should be put to a plugin</string>
						<key>name</key>
						<data>
						Rk51bQ==
						</data>
						<key>type</key>
						<data>
						dWk4IA==
						</data>
						<key>value</key>
						<data>
						AA==
						</data>
					</dict>
					<dict>
						<key>attr</key>
						<data>
						gA==
						</data>
						<key>comment</key>
						<string>CPU plimit</string>
						<key>name</key>
						<data>
						TVNUYw==
						</data>
						<key>type</key>
						<data>
						dWk4IA==
						</data>
						<key>value</key>
						<data>
						AA==
						</data>
					</dict>
					<dict>
						<key>attr</key>
						<data>
						gA==
						</data>
						<key>comment</key>
						<string>FAN plimit (supposedly)</string>
						<key>name</key>
						<data>
						TVNUZg==
						</data>
						<key>type</key>
						<data>
						dWk4IA==
						</data>
						<key>value</key>
						<data>
						AA==
						</data>
					</dict>
					<dict>
						<key>attr</key>
						<data>
						gA==
						</data>
						<key>comment</key>
						<string>Memory plimit</string>
						<key>name</key>
						<data>
						TVNUbQ==
						</data>
						<key>type</key>
						<data>
						dWk4IA==
						</data>
						<key>value</key>
						<data>
						AA==
						</data>
					</dict>
					<dict>
						<key>attr</key>
						<data>
						gA==
						</data>
						<key>comment</key>
						<string>This should be 1 on laptops, and is overriden by sensors</string>
						<key>name</key>
						<data>
						QkFUUA==
						</data>
						<key>type</key>
						<data>
						ZmxhZw==
						</data>
						<key>value</key>
						<data>
						AA==
						</data>
					</dict>
					<dict>
						<key>attr</key>
						<data>
						gA==
						</data>
						<key>comment</key>
						<string>Only MacPros have custom illumination controllers</string>
						<key>name</key>
						<data>
						THNOTQ==
						</data>
						<key>type</key>
						<data>
						dWk4IA==
						</data>
						<key>value</key>
						<data>
						AA==
						</data>
					</dict>
				</array>
				<key>GenericDesktopV1</key>
				<array/>
				<key>GenericDesktopV2</key>
				<array/>
				<key>GenericLaptopV1</key>
				<array/>
				<key>GenericLaptopV2</key>
				<array/>
				<key>GenericV1</key>
				<array>
					<dict>
						<key>attr</key>
						<data>
						gA==
						</data>
						<key>comment</key>
						<string>GPU plimit</string>
						<key>name</key>
						<data>
						TVNUZw==
						</data>
						<key>type</key>
						<data>
						dWk4IA==
						</data>
						<key>value</key>
						<data>
						AA==
						</data>
					</dict>
				</array>
				<key>GenericV2</key>
				<array>
					<dict>
						<key>attr</key>
						<data>
						gA==
						</data>
						<key>comment</key>
						<string>E plimit (???)</string>
						<key>name</key>
						<data>
						TVNUZQ==
						</data>
						<key>type</key>
						<data>
						dWk4IA==
						</data>
						<key>value</key>
						<data>
						AA==
						</data>
					</dict>
					<dict>
						<key>attr</key>
						<data>
						gA==
						</data>
						<key>comment</key>
						<string>I plimit (???)</string>
						<key>name</key>
						<data>
						TVNUaQ==
						</data>
						<key>type</key>
						<data>
						dWk4IA==
						</data>
						<key>value</key>
						<data>
						AA==
						</data>
					</dict>
					<dict>
						<key>attr</key>
						<data>
						gA==
						</data>
						<key>comment</key>
						<string>J plimit (???)</string>
						<key>name</key>
						<data>
						TVNUag==
						</data>
						<key>type</key>
						<data>
						dWk4IA==
						</data>
						<key>value</key>
						<data>
						AA==
						</data>
					</dict>
				</array>
			</dict>
			<key>ModelInfo</key>
			<dict>
				<key>GenericV1</key>
				<dict>
					<key>branch</key>
					<data>
					ajUyAAAAAAA=
					</data>
					<key>hwname</key>
					<data>
					c21jLXBpa2V0b24A
					</data>
					<key>platform</key>
					<data>
					ajUyAAAAAAA=
					</data>
					<key>rev</key>
					<data>
					AXQPAAAE
					</data>
					<key>revfb</key>
					<data>
					AXQPAAAE
					</data>
					<key>revfu</key>
					<data>
					AXQPAAAE
					</data>
				</dict>
				<key>GenericV2</key>
				<dict>
					<key>branch</key>
					<data>
					ajUyAAAAAAA=
					</data>
					<key>hwname</key>
					<data>
					c21jLWh1cm9ucml2ZXIA
					</data>
					<key>platform</key>
					<data>
					ajUyAAAAAAA=
					</data>
					<key>rev</key>
					<data>
					AigPAAAH
					</data>
					<key>revfb</key>
					<data>
					AigPAAAH
					</data>
					<key>revfu</key>
					<data>
					AigPAAAH
					</data>
				</dict>
				<key>GenericV3</key>
				<dict>
					<key>hwname</key>
					<data>
					c21jLWh1cm9ucml2ZXIA
					</data>
					<key>platform</key>
					<data>
					ajUyAAAAAAA=
					</data>
				</dict>
			</dict>
			<key>_STA</key>
			<integer>11</integer>
			<key>name</key>
			<data>
			QVBQMDAwMQA=
			</data>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.6</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2017 vit9696. All rights reserved.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>1.0</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<string>1.2.0</string>
		<key>com.apple.iokit.IOACPIFamily</key>
		<string>1.0.0d1</string>
		<key>com.apple.kernel.6.0</key>
		<string>7.9.9</string>
		<key>com.apple.kpi.bsd</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>8.0.0</string>
	</dict>
	<key>OSBundleLibraries_x86_64</key>
	<dict>
		<key>as.vit9696.Lilu</key>
		<string>1.2.0</string>
		<key>com.apple.iokit.IOACPIFamily</key>
		<string>1.0.0d1</string>
		<key>com.apple.kpi.bsd</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>10.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>10.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H124</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>VoodooI2C</string>
	<key>CFBundleIdentifier</key>
	<string>com.alexandred.VoodooI2C</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>VoodooI2C</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>2.9.1</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>2.9.1</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>13.3</string>
	<key>DTSDKBuild</key>
	<string>22E245</string>
	<key>DTSDKName</key>
	<string>macosx13.3</string>
	<key>DTXcode</key>
	<string>1431</string>
	<key>DTXcodeBuild</key>
	<string>14E300c</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>Custom MT2 Personality</key>
		<dict>
			<key>ApplePreferenceCapability</key>
			<integer>2</integer>
			<key>ApplePreferenceIdentifier</key>
			<string>com.apple.AppleMultitouchTrackpad</string>
			<key>ApplePreferencesDefaultPreferences</key>
			<dict>
				<key>ActuateDetents</key>
				<integer>0</integer>
				<key>Clicking</key>
				<integer>1</integer>
				<key>DragLock</key>
				<integer>0</integer>
				<key>Dragging</key>
				<integer>0</integer>
				<key>FirstClickThreshold</key>
				<integer>1</integer>
				<key>ForceSuppressed</key>
				<true/>
				<key>SecondClickThreshold</key>
				<integer>1</integer>
				<key>TrackpadCornerSecondaryClick</key>
				<integer>0</integer>
				<key>TrackpadFiveFingerPinchGesture</key>
				<integer>2</integer>
				<key>TrackpadFourFingerHorizSwipeGesture</key>
				<integer>2</integer>
				<key>TrackpadFourFingerPinchGesture</key>
				<integer>2</integer>
				<key>TrackpadFourFingerVertSwipeGesture</key>
				<integer>2</integer>
				<key>TrackpadHorizScroll</key>
				<integer>1</integer>
				<key>TrackpadMomentumScroll</key>
				<true/>
				<key>TrackpadPinch</key>
				<integer>1</integer>
				<key>TrackpadRightClick</key>
				<true/>
				<key>TrackpadRotate</key>
				<integer>1</integer>
				<key>TrackpadScroll</key>
				<true/>
				<key>TrackpadThreeFingerDrag</key>
				<false/>
				<key>TrackpadThreeFingerHorizSwipeGesture</key>
				<integer>2</integer>
				<key>TrackpadThreeFingerVertSwipeGesture</key>
				<integer>2</integer>
			</dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.driver.AppleTopCaseHIDEventDriver</string>
			<key>DefaultMultitouchProperties</key>
			<dict>
				<key>ActuationSupported</key>
				<false/>
				<key>ExtractAndPostDeviceButtonState</key>
				<true/>
				<key>ForceSupported</key>
				<false/>
				<key>HIDServiceSupport</key>
				<true/>
				<key>IOCFPlugInTypes</key>
				<dict>
					<key>0516B563-B15B-11DA-96EB-0014519758EF</key>
					<string>AppleMultitouchDriver.kext/Contents/PlugIns/MultitouchHID.plugin</string>
				</dict>
				<key>MT Built-In</key>
				<true/>
				<key>MTHIDDevice</key>
				<true/>
				<key>MTPowerStatsDisable</key>
				<true/>
				<key>SupportsGestureScrolling</key>
				<true/>
				<key>TrackpadFourFingerGestures</key>
				<true/>
				<key>TrackpadMomentumScroll</key>
				<true/>
				<key>TrackpadSecondaryClickCorners</key>
				<true/>
				<key>TrackpadThreeFingerDrag</key>
				<true/>
				<key>parser-options</key>
				<integer>39</integer>
				<key>parser-type</key>
				<integer>1000</integer>
			</dict>
			<key>DeviceUsagePairs</key>
			<array>
				<dict>
					<key>DeviceUsage</key>
					<integer>2</integer>
					<key>DeviceUsagePage</key>
					<integer>1</integer>
				</dict>
			</array>
			<key>DoReportIntervalHack</key>
			<true/>
			<key>HIDAccelCurves</key>
			<array>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>65536</integer>
					<key>HIDAccelIndex</key>
					<integer>0</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>484966</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>1376256</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>5243</integer>
					<key>HIDAccelGainLinear</key>
					<integer>64881</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>32768</integer>
					<key>HIDAccelIndex</key>
					<integer>8192</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>478413</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>1310720</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>6554</integer>
					<key>HIDAccelGainLinear</key>
					<integer>64225</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>43254</integer>
					<key>HIDAccelIndex</key>
					<integer>32768</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>471859</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>1245184</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>7864</integer>
					<key>HIDAccelGainLinear</key>
					<integer>62915</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>54395</integer>
					<key>HIDAccelIndex</key>
					<integer>45056</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>465306</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>1179648</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>9830</integer>
					<key>HIDAccelGainLinear</key>
					<integer>61604</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>65536</integer>
					<key>HIDAccelIndex</key>
					<integer>57344</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>458752</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>1114112</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>11796</integer>
					<key>HIDAccelGainLinear</key>
					<integer>60293</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>75366</integer>
					<key>HIDAccelIndex</key>
					<integer>65536</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>458752</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>1048576</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>13763</integer>
					<key>HIDAccelGainLinear</key>
					<integer>58327</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>85197</integer>
					<key>HIDAccelIndex</key>
					<integer>98304</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>458752</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>983040</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>15729</integer>
					<key>HIDAccelGainLinear</key>
					<integer>56361</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>95027</integer>
					<key>HIDAccelIndex</key>
					<integer>131072</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>458752</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>917504</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>18350</integer>
					<key>HIDAccelGainLinear</key>
					<integer>54395</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>108790</integer>
					<key>HIDAccelIndex</key>
					<integer>163840</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>458752</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>851968</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>23593</integer>
					<key>HIDAccelGainLinear</key>
					<integer>65536</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>123208</integer>
					<key>HIDAccelIndex</key>
					<integer>196608</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>458752</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
			</array>
			<key>HIDDisallowRemappingOfPrimaryClick</key>
			<true/>
			<key>HIDPointerAccelerationTable</key>
			<data>
			AACAAFVTQioABwAAAAAAAgAEAAAABAAAABAAAAAQAAAAACAAAA0A
			AIAAAACAAAABQAAAAYAAAAIAAAAC4AAAAwAAAATgAAAEAAAAB0AA
			AAUAAAAKAAAABgAAAA1AAAAIAAAAFgAAAArAAAAjAAAADQAAAC8A
			AAAOwAAAOMAAABBAAABBAAAAEcAAAEjAAAAAUAAADwAAgAAAAIAA
			AAEAAAABQAAAAYAAAAJAAAACAAAAA4AAAAKAAAAE4AAAAwAAAAZg
			AAAEAAAACgAAAAUAAAAOQAAABgAAABNAAAAIAAAAHsAAAArAAAAu
			wAAADQAAADyAAAAOwAAARwAAABBAAABPwAAAEcAAAFiAAAAAgAAA
			DwAAgAAAAIAAAAEAAAABYAAAAYAAAAKgAAACAAAABEAAAAKAAAAG
			AAAAAwAAAAgAAAAEAAAADQAAAAUAAAASwAAABgAAABkAAAAIAAAA
			KAAAAArAAAA7wAAADQAAAEuAAAAOwAAAV0AAABBAAABgQAAAEcAA
			AGkAAAAAsAAADwAAgAAAAIAAAAEAAAABoAAAAYAAAAMAAAACAAAA
			BQAAAAKAAAAHQAAAAwAAAAnAAAAEAAAAEEAAAAUAAAAXgAAABgAA
			AB/AAAAIAAAAMgAAAArAAABKAAAADQAAAFyAAAAOwAAAaQAAABBA
			AABywAAAEcAAAHrAAAAA4AAADwAAgAAAAKAAAAEAAAABwAAAAYAA
			AANgAAACAAAABeAAAAKAAAAIoAAAAwAAAAvAAAAEAAAAE8AAAAUA
			AAAdQAAABgAAACfAAAAIAAAAPcAAAArAAABZAAAADQAAAG3AAAAO
			wAAAe0AAABBAAACFQAAAEcAAAIxAAAABAAAADwAAgAAAAMAAAAEA
			AAACAAAAAYAAAAPgAAACAAAABsAAAAKAAAAKQAAAAwAAAA5gAAAE
			AAAAGMAAAAUAAAAkwAAABgAAADLAAAAIAAAATUAAAArAAABugAAA
			DQAAAIMAAAAOwAAAj0AAABBAAACXAAAAEcAAAJxA
			</data>
			<key>HIDPointerAccelerationType</key>
			<string>HIDTrackpadAcceleration</string>
			<key>HIDScrollAccelCurves</key>
			<array>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>65536</integer>
					<key>HIDAccelIndex</key>
					<integer>0</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>393216</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>62259</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>39322</integer>
					<key>HIDAccelIndex</key>
					<integer>8192</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>406323</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>58982</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>58982</integer>
					<key>HIDAccelIndex</key>
					<integer>32768</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>419430</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>55706</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>78643</integer>
					<key>HIDAccelIndex</key>
					<integer>45056</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>432538</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>52429</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>91750</integer>
					<key>HIDAccelIndex</key>
					<integer>57344</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>445645</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>49152</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>104858</integer>
					<key>HIDAccelIndex</key>
					<integer>65536</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>458752</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>45875</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>117965</integer>
					<key>HIDAccelIndex</key>
					<integer>98304</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>471859</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>42598</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>131072</integer>
					<key>HIDAccelIndex</key>
					<integer>131072</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>484966</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>39322</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>144179</integer>
					<key>HIDAccelIndex</key>
					<integer>163840</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>498074</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>36045</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>157286</integer>
					<key>HIDAccelIndex</key>
					<integer>196608</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>511181</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
			</array>
			<key>HIDScrollAccelerationTable</key>
			<data>
			AACAAFVTQioABwAAAAAAAQABAAAAAQAAAAAgAAAQAABxOwAATOMA
			AwAAAAdgAAAEwAAADoAAAAbxSgAX6V4ACVeCACMQWgALZ6EALBF7
			AA2N1AA03ToAD36aADvQuAASWKAARl01ABUAAABO2dgAF8AAAFXK
			7QAas+UAW2FQAB2QAABe0qoAIL75AGEgywAkLXsAYnXvACewAABj
			Rl8AAIAAABMAAHE7AABWfwABAAAAAuAAAAIAAAAJYAAAAwAAABIA
			AAAEwAAAIMAAAAaAAAAwgAAACGp5AEH9tgAK7bUAV4ZuAA0B2ABr
			PTkADv1/AIEEcAAQy5gAkdRWABJouQCe3VAAE+c/AKikCgAXAucA
			tn2SABot3ADARE4AHVjQAMX4OgAg35IAytuYACQ4bgDO7mUAJ6CX
			ANIwowAAsAAAFAAAcTsAAGFOAADAAAABwAAAAQAAAANgAAACAAAA
			DCAAAAMAAAAW4AAABMAAACnAAAAGQAAAOsAAAAfOggBP7OcACgWA
			AGo8rgAL658AhMCkAA2RCwCfR+EADzjIALWDbwAQ/k8AxqbEABLN
			UQDUeCMAFepmAOTKxwAZoVYA8qFmAB1CvwD7fXwAIQuCAQFpdAAk
			S20BBVKIACegAAEIK4wAAOAAABQAAHE7AABtdwAAwAAAAeAAAAEA
			AAAD4AAAAgAAAA6AAAADAAAAHEAAAATAAAA0AAAABgAAAEdAAAAH
			N4wAXL7hAAkAAACAwAAACoAAAKGAAAALz7IAvU7UAA01yQDadikA
			DvtPAPKF4gARLu4BCSWiABUlDwEfV8QAGT9oASzRKgAdChkBNQrG
			ACDz5QE6cR4AJEARAT3XdgAnn1YBQMHWAABQAAATAABxOwAAS7AA
			AQAAAAJgAAACAAAABuAAAAMAAAAMYAAABMAAABcAAAAGwAAAJAAA
			AAkAAAAyAAAACz1uAEFngAANcE8AUMGhAA+sTQBgSTMAEagdAG5N
			TAATT9YAd9WQABTQfgB+26MAF3odAIbYXQAagocAjp+lAB2J6QCT
			vnkAIN/yAJdcWwAkO0IAmYu9ACegOACacdcAAQAAABUAAHE7AABW
			fwAAwAAAAiAAAAEAAAAEgAAAAYAAAAqAAAACAAAAEaAAAAMAAAAh
			gAAABMAAAD6AAAAFwAAAVEAAAAbAAABrAAAACAAAAIxAAAAJAAAA
			qYAAAApAAADKwAAAC8AAAPTAAAANwAABJAAAABAAAAFEn9IAFEAA
			AV49zAAZAAABbrsYABzQAAFz78AAIOAAAXhvwAAkIAABem/AACeg
			AAF8JGg=
			</data>
			<key>HIDScrollAccelerationType</key>
			<string>HIDTrackpadScrollAcceleration</string>
			<key>HIDScrollResolution</key>
			<integer>26214400</integer>
			<key>IOCFPlugInTypes</key>
			<dict>
				<key>0516B563-B15B-11DA-96EB-0014519758EF</key>
				<string>AppleMultitouchDriver.kext/Contents/PlugIns/MultitouchHID.plugin</string>
			</dict>
			<key>IOClass</key>
			<string>AppleMultitouchTrackpadHIDEventDriver</string>
			<key>IOProbeScore</key>
			<integer>9999</integer>
			<key>IOProviderClass</key>
			<string>IOHIDInterface</string>
			<key>MTEventSource</key>
			<true/>
			<key>ProductIDArray</key>
			<array>
				<integer>628</integer>
			</array>
			<key>TrackpadEmbedded</key>
			<true/>
			<key>VendorID</key>
			<integer>1452</integer>
		</dict>
		<key>Native Multitouch Engine</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2C</string>
			<key>IOClass</key>
			<string>VoodooI2CNativeEngine</string>
			<key>IOMatchCategory</key>
			<string>VoodooI2CNativeEngine</string>
			<key>IOProviderClass</key>
			<string>VoodooI2CMultitouchInterface</string>
		</dict>
		<key>VoodooI2CACPIController</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2C</string>
			<key>IOClass</key>
			<string>VoodooI2CACPIController</string>
			<key>IONameMatch</key>
			<array>
				<string>INT33C2</string>
				<string>INT33C3</string>
				<string>INT3432</string>
				<string>INT3433</string>
			</array>
			<key>IOProbeScore</key>
			<integer>9999</integer>
			<key>IOProviderClass</key>
			<string>IOService</string>
		</dict>
		<key>VoodooI2CACPIControllerAMD</key>
		<dict>
			<key>AccessIntrMaskWorkaround</key>
			<true/>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2C</string>
			<key>IOClass</key>
			<string>VoodooI2CACPIController</string>
			<key>IONameMatch</key>
			<array>
				<string>AMD0010</string>
				<string>AMDI0010</string>
				<string>AMDI0510</string>
			</array>
			<key>IOProbeScore</key>
			<integer>9999</integer>
			<key>IOProviderClass</key>
			<string>IOService</string>
		</dict>
		<key>VoodooI2CControllerDriver</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2C</string>
			<key>IOClass</key>
			<string>VoodooI2CControllerDriver</string>
			<key>IOProbeScore</key>
			<integer>9999</integer>
			<key>IOProviderClass</key>
			<string>VoodooI2CControllerNub</string>
		</dict>
		<key>VoodooI2CPCIController</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2C</string>
			<key>IOClass</key>
			<string>VoodooI2CPCIController</string>
			<key>IOPCIMatch</key>
			<string>0x9d608086&amp;0xFFFCFFFF 0xa1608086&amp;0xFFFCFFFF 0x9de88086&amp;0xFFFCFFFF 0xa3688086&amp;0xFFFCFFFF</string>
			<key>IOProbeScore</key>
			<integer>9999</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
		</dict>
		<key>VoodooI2CPCILakeController</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2C</string>
			<key>IOClass</key>
			<string>VoodooI2CPCILakeController</string>
			<key>IOPCIMatch</key>
			<string>0x06e88086&amp;0xFFFCFFFF 0x02e88086&amp;0xFFFCFFFF 0x34e88086&amp;0xFFFCFFFF</string>
			<key>IOProbeScore</key>
			<integer>9999</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.11</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2020 Alexandre Daoud. All rights reserved.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>2.0.0</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.alexandred.VoodooI2CServices</key>
		<string>1.0</string>
		<key>com.apple.iokit.IOACPIFamily</key>
		<string>1.4</string>
		<key>com.apple.iokit.IOHIDFamily</key>
		<string>2.0</string>
		<key>com.apple.iokit.IOPCIFamily</key>
		<string>2.9</string>
		<key>com.apple.kpi.bsd</key>
		<string>8.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>14</string>
		<key>com.apple.kpi.libkern</key>
		<string>14</string>
		<key>com.apple.kpi.mach</key>
		<string>14</string>
		<key>org.coolstar.VoodooGPIO</key>
		<string>1.1</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H124</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>VoodooGPIO</string>
	<key>CFBundleIdentifier</key>
	<string>org.coolstar.VoodooGPIO</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>VoodooGPIO</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.1</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1.1</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>13.3</string>
	<key>DTSDKBuild</key>
	<string>22E245</string>
	<key>DTSDKName</key>
	<string>macosx13.3</string>
	<key>DTXcode</key>
	<string>1431</string>
	<key>DTXcodeBuild</key>
	<string>14E300c</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>VoodooGPIOAMD</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>org.coolstar.VoodooGPIO</string>
			<key>IOClass</key>
			<string>VoodooGPIOAMD</string>
			<key>IONameMatch</key>
			<array>
				<string>AMD0030</string>
				<string>AMDI0030</string>
				<string>AMDI0031</string>
			</array>
			<key>IOProviderClass</key>
			<string>IOService</string>
		</dict>
		<key>VoodooGPIOCannonLakeH</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>org.coolstar.VoodooGPIO</string>
			<key>IOClass</key>
			<string>VoodooGPIOCannonLakeH</string>
			<key>IONameMatch</key>
			<array>
				<string>INT3450</string>
			</array>
			<key>IOProviderClass</key>
			<string>IOService</string>
		</dict>
		<key>VoodooGPIOCannonLakeLP</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>org.coolstar.VoodooGPIO</string>
			<key>IOClass</key>
			<string>VoodooGPIOCannonLakeLP</string>
			<key>IONameMatch</key>
			<array>
				<string>INT34BB</string>
			</array>
			<key>IOProviderClass</key>
			<string>IOService</string>
		</dict>
		<key>VoodooGPIOIceLakeLP</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>org.coolstar.VoodooGPIO</string>
			<key>IOClass</key>
			<string>VoodooGPIOIceLakeLP</string>
			<key>IONameMatch</key>
			<array>
				<string>INT3455</string>
			</array>
			<key>IOProviderClass</key>
			<string>IOService</string>
		</dict>
		<key>VoodooGPIOSunrisePointH</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>org.coolstar.VoodooGPIO</string>
			<key>IOClass</key>
			<string>VoodooGPIOSunrisePointH</string>
			<key>IONameMatch</key>
			<array>
				<string>INT345D</string>
			</array>
			<key>IOProviderClass</key>
			<string>IOService</string>
		</dict>
		<key>VoodooGPIOSunrisePointLP</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>org.coolstar.VoodooGPIO</string>
			<key>IOClass</key>
			<string>VoodooGPIOSunrisePointLP</string>
			<key>IONameMatch</key>
			<array>
				<string>INT344B</string>
			</array>
			<key>IOProviderClass</key>
			<string>IOService</string>
		</dict>
		<key>VoodooGPIOTigerLakeLP</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>org.coolstar.VoodooGPIO</string>
			<key>IOClass</key>
			<string>VoodooGPIOTigerLakeLP</string>
			<key>IONameMatch</key>
			<array>
				<string>INTC1055</string>
			</array>
			<key>IOProviderClass</key>
			<string>IOService</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.12</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2017 CoolStar. All rights reserved.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>1.1</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.iokit.IOACPIFamily</key>
		<string>1.4</string>
		<key>com.apple.kpi.iokit</key>
		<string>13.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>13.0</string>
		<key>com.apple.kpi.mach</key>
		<string>13.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>files</key>
	<dict/>
	<key>files2</key>
	<dict/>
	<key>rules</key>
	<dict>
		<key>^Resources/</key>
		<true/>
		<key>^Resources/.*\.lproj/</key>
		<dict>
			<key>optional</key>
			<true/>
			<key>weight</key>
			<real>1000</real>
		</dict>
		<key>^Resources/.*\.lproj/locversion.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>1100</real>
		</dict>
		<key>^Resources/Base\.lproj/</key>
		<dict>
			<key>weight</key>
			<real>1010</real>
		</dict>
		<key>^version.plist$</key>
		<true/>
	</dict>
	<key>rules2</key>
	<dict>
		<key>.*\.dSYM($|/)</key>
		<dict>
			<key>weight</key>
			<real>11</real>
		</dict>
		<key>^(.*/)?\.DS_Store$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>2000</real>
		</dict>
		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
		<dict>
			<key>nested</key>
			<true/>
			<key>weight</key>
			<real>10</real>
		</dict>
		<key>^.*</key>
		<true/>
		<key>^Info\.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^PkgInfo$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^Resources/</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^Resources/.*\.lproj/</key>
		<dict>
			<key>optional</key>
			<true/>
			<key>weight</key>
			<real>1000</real>
		</dict>
		<key>^Resources/.*\.lproj/locversion.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>1100</real>
		</dict>
		<key>^Resources/Base\.lproj/</key>
		<dict>
			<key>weight</key>
			<real>1010</real>
		</dict>
		<key>^[^/]+$</key>
		<dict>
			<key>nested</key>
			<true/>
			<key>weight</key>
			<real>10</real>
		</dict>
		<key>^embedded\.provisionprofile$</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^version\.plist$</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
	</dict>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H124</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>VoodooI2CServices</string>
	<key>CFBundleIdentifier</key>
	<string>com.alexandred.VoodooI2CServices</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>VoodooI2CServices</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>13.3</string>
	<key>DTSDKBuild</key>
	<string>22E245</string>
	<key>DTSDKName</key>
	<string>macosx13.3</string>
	<key>DTXcode</key>
	<string>1431</string>
	<key>DTXcodeBuild</key>
	<string>14E300c</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>VoodooI2CLogger</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2CServices</string>
			<key>IOClass</key>
			<string>VoodooI2CLogger</string>
			<key>IOMatchCategory</key>
			<string>VoodooI2CLogger</string>
			<key>IOProviderClass</key>
			<string>VoodooI2CServices</string>
		</dict>
		<key>VoodooI2CServices</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2CServices</string>
			<key>IOClass</key>
			<string>VoodooI2CServices</string>
			<key>IOMatchCategory</key>
			<string>VoodooI2CServices</string>
			<key>IOProviderClass</key>
			<string>IOResources</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.11</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2017 Alexandre Daoud. All rights reserved.</string>
	<key>OSBundleCompatibleVersion</key>
	<string>1.0.0</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.kpi.iokit</key>
		<string>14</string>
		<key>com.apple.kpi.libkern</key>
		<string>14</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>files</key>
	<dict/>
	<key>files2</key>
	<dict/>
	<key>rules</key>
	<dict>
		<key>^Resources/</key>
		<true/>
		<key>^Resources/.*\.lproj/</key>
		<dict>
			<key>optional</key>
			<true/>
			<key>weight</key>
			<real>1000</real>
		</dict>
		<key>^Resources/.*\.lproj/locversion.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>1100</real>
		</dict>
		<key>^Resources/Base\.lproj/</key>
		<dict>
			<key>weight</key>
			<real>1010</real>
		</dict>
		<key>^version.plist$</key>
		<true/>
	</dict>
	<key>rules2</key>
	<dict>
		<key>.*\.dSYM($|/)</key>
		<dict>
			<key>weight</key>
			<real>11</real>
		</dict>
		<key>^(.*/)?\.DS_Store$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>2000</real>
		</dict>
		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
		<dict>
			<key>nested</key>
			<true/>
			<key>weight</key>
			<real>10</real>
		</dict>
		<key>^.*</key>
		<true/>
		<key>^Info\.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^PkgInfo$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^Resources/</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^Resources/.*\.lproj/</key>
		<dict>
			<key>optional</key>
			<true/>
			<key>weight</key>
			<real>1000</real>
		</dict>
		<key>^Resources/.*\.lproj/locversion.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>1100</real>
		</dict>
		<key>^Resources/Base\.lproj/</key>
		<dict>
			<key>weight</key>
			<real>1010</real>
		</dict>
		<key>^[^/]+$</key>
		<dict>
			<key>nested</key>
			<true/>
			<key>weight</key>
			<real>10</real>
		</dict>
		<key>^embedded\.provisionprofile$</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^version\.plist$</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
	</dict>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H124</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>VoodooInput</string>
	<key>CFBundleIdentifier</key>
	<string>me.kishorprins.VoodooInput</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>VoodooInput</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.1.6</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1.1.6</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>13.3</string>
	<key>DTSDKBuild</key>
	<string>22E245</string>
	<key>DTSDKName</key>
	<string>macosx13.3</string>
	<key>DTXcode</key>
	<string>1431</string>
	<key>DTXcodeBuild</key>
	<string>14E300c</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>Voodoo Input</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>me.kishorprins.VoodooInput</string>
			<key>IOClass</key>
			<string>VoodooInput</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOPropertyMatch</key>
			<dict>
				<key>VoodooInputSupported</key>
				<true/>
			</dict>
			<key>IOProviderClass</key>
			<string>IOService</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.10</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2019 Kishor Prins. All rights reserved.</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.iokit.IOHIDFamily</key>
		<string>2.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>14</string>
		<key>com.apple.kpi.libkern</key>
		<string>14</string>
		<key>com.apple.kpi.mach</key>
		<string>13.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>files</key>
	<dict/>
	<key>files2</key>
	<dict/>
	<key>rules</key>
	<dict>
		<key>^Resources/</key>
		<true/>
		<key>^Resources/.*\.lproj/</key>
		<dict>
			<key>optional</key>
			<true/>
			<key>weight</key>
			<real>1000</real>
		</dict>
		<key>^Resources/.*\.lproj/locversion.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>1100</real>
		</dict>
		<key>^Resources/Base\.lproj/</key>
		<dict>
			<key>weight</key>
			<real>1010</real>
		</dict>
		<key>^version.plist$</key>
		<true/>
	</dict>
	<key>rules2</key>
	<dict>
		<key>.*\.dSYM($|/)</key>
		<dict>
			<key>weight</key>
			<real>11</real>
		</dict>
		<key>^(.*/)?\.DS_Store$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>2000</real>
		</dict>
		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
		<dict>
			<key>nested</key>
			<true/>
			<key>weight</key>
			<real>10</real>
		</dict>
		<key>^.*</key>
		<true/>
		<key>^Info\.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^PkgInfo$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^Resources/</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^Resources/.*\.lproj/</key>
		<dict>
			<key>optional</key>
			<true/>
			<key>weight</key>
			<real>1000</real>
		</dict>
		<key>^Resources/.*\.lproj/locversion.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>1100</real>
		</dict>
		<key>^Resources/Base\.lproj/</key>
		<dict>
			<key>weight</key>
			<real>1010</real>
		</dict>
		<key>^[^/]+$</key>
		<dict>
			<key>nested</key>
			<true/>
			<key>weight</key>
			<real>10</real>
		</dict>
		<key>^embedded\.provisionprofile$</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^version\.plist$</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
	</dict>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/VoodooI2CHID.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>23H124</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>VoodooI2CHID</string>
	<key>CFBundleIdentifier</key>
	<string>com.alexandred.VoodooI2CHID</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>VoodooI2CHID</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string></string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>13.3</string>
	<key>DTSDKBuild</key>
	<string>22E245</string>
	<key>DTSDKName</key>
	<string>macosx13.3</string>
	<key>DTXcode</key>
	<string>1431</string>
	<key>DTXcodeBuild</key>
	<string>14E300c</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>Intel ACPI Sensor Hub Enabler</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2CHID</string>
			<key>IOClass</key>
			<string>VoodooI2CSensorHubEnabler</string>
			<key>IONameMatch</key>
			<array>
				<string>INT33D0</string>
			</array>
			<key>IOProviderClass</key>
			<string>IOACPIPlatformDevice</string>
		</dict>
		<key>Sensor Hub Event Driver</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2CHID</string>
			<key>DeviceUsagePairs</key>
			<array>
				<dict>
					<key>DeviceUsage</key>
					<integer>1</integer>
					<key>DeviceUsagePage</key>
					<integer>32</integer>
				</dict>
			</array>
			<key>IOClass</key>
			<string>VoodooI2CSensorHubEventDriver</string>
			<key>IOProbeScore</key>
			<integer>100</integer>
			<key>IOProviderClass</key>
			<string>IOHIDInterface</string>
		</dict>
		<key>VoodooI2CHIDDevice</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2CHID</string>
			<key>IOClass</key>
			<string>VoodooI2CHIDDevice</string>
			<key>IOProbeScore</key>
			<integer>100</integer>
			<key>IOPropertyMatch</key>
			<dict>
				<key>compatible</key>
				<string>PNP0C50</string>
			</dict>
			<key>IOProviderClass</key>
			<string>VoodooI2CDeviceNub</string>
		</dict>
		<key>VoodooI2CHIDDevice Generic Mouse HID Event Driver</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2CHID</string>
			<key>DeviceUsagePairs</key>
			<array>
				<dict>
					<key>DeviceUsage</key>
					<integer>2</integer>
					<key>DeviceUsagePage</key>
					<integer>1</integer>
				</dict>
			</array>
			<key>HIDAccelCurves</key>
			<array>
				<dict>
					<key>HIDAccelGainLinear</key>
					<integer>65536</integer>
					<key>HIDAccelIndex</key>
					<integer>0</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>524288</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>5243</integer>
					<key>HIDAccelGainLinear</key>
					<integer>60293</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>26214</integer>
					<key>HIDAccelIndex</key>
					<integer>8192</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>537395</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>1245184</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>6554</integer>
					<key>HIDAccelGainLinear</key>
					<integer>60948</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>36045</integer>
					<key>HIDAccelIndex</key>
					<integer>32768</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>543949</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>1179648</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>7864</integer>
					<key>HIDAccelGainLinear</key>
					<integer>61604</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>46531</integer>
					<key>HIDAccelIndex</key>
					<integer>45056</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>550502</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>1114112</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>9830</integer>
					<key>HIDAccelGainLinear</key>
					<integer>62259</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>57672</integer>
					<key>HIDAccelIndex</key>
					<integer>57344</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>557056</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>1048576</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>11796</integer>
					<key>HIDAccelGainLinear</key>
					<integer>62915</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>69468</integer>
					<key>HIDAccelIndex</key>
					<integer>65536</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>563610</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>983040</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>14418</integer>
					<key>HIDAccelGainLinear</key>
					<integer>63570</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>81920</integer>
					<key>HIDAccelIndex</key>
					<integer>98304</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>570163</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>917504</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>17695</integer>
					<key>HIDAccelGainLinear</key>
					<integer>64225</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>95027</integer>
					<key>HIDAccelIndex</key>
					<integer>131072</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>576717</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>851968</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>21627</integer>
					<key>HIDAccelGainLinear</key>
					<integer>64881</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>108790</integer>
					<key>HIDAccelIndex</key>
					<integer>163840</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>583270</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
				<dict>
					<key>HIDAccelGainCubic</key>
					<integer>26214</integer>
					<key>HIDAccelGainLinear</key>
					<integer>65536</integer>
					<key>HIDAccelGainParabolic</key>
					<integer>123208</integer>
					<key>HIDAccelIndex</key>
					<integer>196608</integer>
					<key>HIDAccelTangentSpeedLinear</key>
					<integer>589824</integer>
					<key>HIDAccelTangentSpeedParabolicRoot</key>
					<integer>786432</integer>
				</dict>
			</array>
			<key>IOClass</key>
			<string>IOHIDEventDriver</string>
			<key>IOProbeScore</key>
			<integer>100</integer>
			<key>IOPropertyMatch</key>
			<dict>
				<key>Transport</key>
				<string>I2C</string>
			</dict>
			<key>IOProviderClass</key>
			<string>IOHIDInterface</string>
		</dict>
		<key>VoodooI2CHIDDevice Multitouch HID Event Driver</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2CHID</string>
			<key>DeviceUsagePairs</key>
			<array>
				<dict>
					<key>DeviceUsage</key>
					<integer>4</integer>
					<key>DeviceUsagePage</key>
					<integer>13</integer>
				</dict>
				<dict>
					<key>DeviceUsage</key>
					<integer>5</integer>
					<key>DeviceUsagePage</key>
					<integer>13</integer>
				</dict>
				<dict>
					<key>DeviceUsage</key>
					<integer>2</integer>
					<key>DeviceUsagePage</key>
					<integer>13</integer>
				</dict>
			</array>
			<key>IOClass</key>
			<string>VoodooI2CMultitouchHIDEventDriver</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOHIDInterface</string>
		</dict>
		<key>VoodooI2CHIDDevice Precision Touchpad HID Event Driver</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2CHID</string>
			<key>DeviceUsagePairs</key>
			<array>
				<dict>
					<key>DeviceUsage</key>
					<integer>5</integer>
					<key>DeviceUsagePage</key>
					<integer>13</integer>
				</dict>
			</array>
			<key>IOClass</key>
			<string>VoodooI2CPrecisionTouchpadHIDEventDriver</string>
			<key>IOProbeScore</key>
			<integer>300</integer>
			<key>IOProviderClass</key>
			<string>IOHIDInterface</string>
			<key>ProcessBluetoothMouseStopsTrackpad</key>
			<false/>
			<key>ProcessUSBMouseStopsTrackpad</key>
			<false/>
			<key>QuietTimeAfterTyping</key>
			<integer>100</integer>
			<key>RM,deliverNotifications</key>
			<true/>
		</dict>
		<key>VoodooI2CHIDDevice Stylus HID Event Driver</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2CHID</string>
			<key>DeviceUsagePairs</key>
			<array>
				<dict>
					<key>DeviceUsage</key>
					<integer>2</integer>
					<key>DeviceUsagePage</key>
					<integer>13</integer>
				</dict>
			</array>
			<key>IOClass</key>
			<string>VoodooI2CStylusHIDEventDriver</string>
			<key>IOProbeScore</key>
			<integer>300</integer>
			<key>IOProviderClass</key>
			<string>IOHIDInterface</string>
		</dict>
		<key>VoodooI2CHIDDevice Touchscreen HID Event Driver</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2CHID</string>
			<key>DeviceUsagePairs</key>
			<array>
				<dict>
					<key>DeviceUsage</key>
					<integer>4</integer>
					<key>DeviceUsagePage</key>
					<integer>13</integer>
				</dict>
			</array>
			<key>IOClass</key>
			<string>VoodooI2CTouchscreenHIDEventDriver</string>
			<key>IOProbeScore</key>
			<integer>400</integer>
			<key>IOProviderClass</key>
			<string>IOHIDInterface</string>
		</dict>
		<key>VoodooI2CHIDSYNA3602Device</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.alexandred.VoodooI2CHID</string>
			<key>IOClass</key>
			<string>VoodooI2CHIDSYNA3602Device</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOPropertyMatch</key>
			<dict>
				<key>name</key>
				<string>SYNA3602</string>
			</dict>
			<key>IOProviderClass</key>
			<string>VoodooI2CDeviceNub</string>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.11</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2017 Alexandre Daoud. All rights reserved.</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.alexandred.VoodooI2C</key>
		<string>2.0</string>
		<key>com.apple.iokit.IOACPIFamily</key>
		<string>1.4</string>
		<key>com.apple.iokit.IOHIDFamily</key>
		<string>2.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>14</string>
		<key>com.apple.kpi.libkern</key>
		<string>14</string>
		<key>com.apple.kpi.mach</key>
		<string>13.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/VoodooI2CHID.kext/Contents/_CodeSignature/CodeResources
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>files</key>
	<dict/>
	<key>files2</key>
	<dict/>
	<key>rules</key>
	<dict>
		<key>^Resources/</key>
		<true/>
		<key>^Resources/.*\.lproj/</key>
		<dict>
			<key>optional</key>
			<true/>
			<key>weight</key>
			<real>1000</real>
		</dict>
		<key>^Resources/.*\.lproj/locversion.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>1100</real>
		</dict>
		<key>^Resources/Base\.lproj/</key>
		<dict>
			<key>weight</key>
			<real>1010</real>
		</dict>
		<key>^version.plist$</key>
		<true/>
	</dict>
	<key>rules2</key>
	<dict>
		<key>.*\.dSYM($|/)</key>
		<dict>
			<key>weight</key>
			<real>11</real>
		</dict>
		<key>^(.*/)?\.DS_Store$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>2000</real>
		</dict>
		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
		<dict>
			<key>nested</key>
			<true/>
			<key>weight</key>
			<real>10</real>
		</dict>
		<key>^.*</key>
		<true/>
		<key>^Info\.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^PkgInfo$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^Resources/</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^Resources/.*\.lproj/</key>
		<dict>
			<key>optional</key>
			<true/>
			<key>weight</key>
			<real>1000</real>
		</dict>
		<key>^Resources/.*\.lproj/locversion.plist$</key>
		<dict>
			<key>omit</key>
			<true/>
			<key>weight</key>
			<real>1100</real>
		</dict>
		<key>^Resources/Base\.lproj/</key>
		<dict>
			<key>weight</key>
			<real>1010</real>
		</dict>
		<key>^[^/]+$</key>
		<dict>
			<key>nested</key>
			<true/>
			<key>weight</key>
			<real>10</real>
		</dict>
		<key>^embedded\.provisionprofile$</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
		<key>^version\.plist$</key>
		<dict>
			<key>weight</key>
			<real>20</real>
		</dict>
	</dict>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/itlwm.kext/Contents/Info.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>19H2026</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>itlwm</string>
	<key>CFBundleIdentifier</key>
	<string>com.zxystd.itlwm</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>itlwm</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>2.3.0</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>2.3.0</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>11E801a</string>
	<key>DTPlatformVersion</key>
	<string>GM</string>
	<key>DTSDKBuild</key>
	<string>19G68</string>
	<key>DTSDKName</key>
	<string>macosx10.15</string>
	<key>DTXcode</key>
	<string>1170</string>
	<key>DTXcodeBuild</key>
	<string>11E801a</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>itlwm</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.zxystd.itlwm</string>
			<key>IOClass</key>
			<string>itlwm</string>
			<key>IOMatchCategory</key>
			<string>IODefaultMatchCategory</string>
			<key>IOPCIPrimaryMatch</key>
			<string>0x00008086&amp;0x0000ffff</string>
			<key>IOProbeScore</key>
			<integer>2000</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOUserClientClass</key>
			<string>ItlNetworkUserClient</string>
			<key>WiFiConfig</key>
			<dict>
				<key>WiFi_1</key>
				<dict>
					<key>password</key>
					<string>zxyssdt112233</string>
					<key>ssid</key>
					<string>ssdt</string>
				</dict>
				<key>WiFi_2</key>
				<dict>
					<key>password</key>
					<string>zxyssdt112233</string>
					<key>ssid</key>
					<string>ssdt_5G</string>
				</dict>
				<key>WiFi_3</key>
				<dict>
					<key>password</key>
					<string></string>
					<key>ssid</key>
					<string>Redmi</string>
				</dict>
				<key>WiFi_4</key>
				<dict>
					<key>password</key>
					<string>9utc5c5f</string>
					<key>ssid</key>
					<string>CMCC-KtG6</string>
				</dict>
			</dict>
		</dict>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.9</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2020 钟先耀. All rights reserved.</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.iokit.IONetworkingFamily</key>
		<string>1.5.0</string>
		<key>com.apple.iokit.IOPCIFamily</key>
		<string>1.7</string>
		<key>com.apple.kpi.bsd</key>
		<string>8.10.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>8.10.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>8.10.0</string>
		<key>com.apple.kpi.mach</key>
		<string>8.10.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Network-Root</string>
</dict>
</plist>


================================================
FILE: EFI/OC/Kexts/itlwm.kext/Contents/MacOS/itlwm
================================================
[File too large to display: 15.3 MB]

================================================
FILE: EFI/OC/config.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>#kalkmann OC 1.0.5 - MacOS 25.0 25A354 MacBookPro16,2</key>
	<string>kalkmann 260925</string>
	<key>ACPI</key>
	<dict>
		<key>Add</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>SSDT-EC.aml</string>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-EC.aml</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string>SSDT-PLUG-ALT.aml</string>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-PLUG-ALT.aml</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string>SSDT-USBX.aml</string>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-USBX.aml</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string>SSDT-XOSI.aml</string>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-XOSI.aml</string>
			</dict>
		</array>
		<key>Delete</key>
		<array>
			<dict>
				<key>All</key>
				<false/>
				<key>Comment</key>
				<string>Delete to fix SRFZ namespace</string>
				<key>Enabled</key>
				<true/>
				<key>OemTableId</key>
				<data>
				Q0ItMDEgICA=
				</data>
				<key>TableLength</key>
				<integer>92</integer>
				<key>TableSignature</key>
				<data>
				U1NEVA==
				</data>
			</dict>
		</array>
		<key>Patch</key>
		<array>
			<dict>
				<key>Base</key>
				<string></string>
				<key>BaseSkip</key>
				<integer>0</integer>
				<key>Comment</key>
				<string>_OSI to XOSI rename - requires SSDT-XOSI.aml</string>
				<key>Count</key>
				<integer>0</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				X09TSQ==
				</data>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>OemTableId</key>
				<data>
				AAAAAA==
				</data>
				<key>Replace</key>
				<data>
				WE9TSQ==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
				<key>TableLength</key>
				<integer>0</integer>
				<key>TableSignature</key>
				<data>
				AAAAAA==
				</data>
			</dict>
		</array>
		<key>Quirks</key>
		<dict>
			<key>FadtEnableReset</key>
			<false/>
			<key>NormalizeHeaders</key>
			<false/>
			<key>RebaseRegions</key>
			<false/>
			<key>ResetHwSig</key>
			<false/>
			<key>ResetLogoStatus</key>
			<true/>
			<key>SyncTableIds</key>
			<false/>
		</dict>
	</dict>
	<key>Booter</key>
	<dict>
		<key>MmioWhitelist</key>
		<array>
			<dict>
				<key>Address</key>
				<integer>4275159040</integer>
				<key>Comment</key>
				<string>Haswell: SB_RCBA is a 0x4 page memory region, containing SPI_BASE at 0x3800 (SPI_BASE_ADDRESS)</string>
				<key>Enabled</key>
				<false/>
			</dict>
			<dict>
				<key>Address</key>
				<integer>4278190080</integer>
				<key>Comment</key>
				<string>Generic: PCI root is a 0x1000 page memory region used by some types of firmware</string>
				<key>Enabled</key>
				<false/>
			</dict>
		</array>
		<key>Patch</key>
		<array>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Comment</key>
				<string>Skip Board ID check</string>
				<key>Count</key>
				<integer>0</integer>
				<key>Enabled</key>
				<false/>
				<key>Find</key>
				<data>
				AFAAbABhAHQAZgBvAHIAbQBTAHUAcABwAG8AcgB0AC4A
				cABsAGkAcwB0
				</data>
				<key>Identifier</key>
				<string>Apple</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>Replace</key>
				<data>
				AC4ALgAuAC4ALgAuAC4ALgAuAC4ALgAuAC4ALgAuAC4A
				LgAuAC4ALgAu
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Comment</key>
				<string>Reroute HW_BID to OC_BID</string>
				<key>Count</key>
				<integer>0</integer>
				<key>Enabled</key>
				<false/>
				<key>Find</key>
				<data>
				SABXAF8AQgBJAEQA
				</data>
				<key>Identifier</key>
				<string>Apple</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>Replace</key>
				<data>
				TwBDAF8AQgBJAEQA
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
		</array>
		<key>Quirks</key>
		<dict>
			<key>AllowRelocationBlock</key>
			<false/>
			<key>AvoidRuntimeDefrag</key>
			<true/>
			<key>ClearTaskSwitchBit</key>
			<false/>
			<key>DevirtualiseMmio</key>
			<false/>
			<key>DisableSingleUser</key>
			<false/>
			<key>DisableVariableWrite</key>
			<false/>
			<key>DiscardHibernateMap</key>
			<false/>
			<key>EnableSafeModeSlide</key>
			<true/>
			<key>EnableWriteUnprotector</key>
			<false/>
			<key>FixupAppleEfiImages</key>
			<false/>
			<key>ForceBooterSignature</key>
			<false/>
			<key>ForceExitBootServices</key>
			<false/>
			<key>ProtectMemoryRegions</key>
			<false/>
			<key>ProtectSecureBoot</key>
			<false/>
			<key>ProtectUefiServices</key>
			<false/>
			<key>ProvideCustomSlide</key>
			<true/>
			<key>ProvideMaxSlide</key>
			<integer>0</integer>
			<key>RebuildAppleMemoryMap</key>
			<true/>
			<key>ResizeAppleGpuBars</key>
			<integer>0</integer>
			<key>SetupVirtualMap</key>
			<true/>
			<key>SignalAppleOS</key>
			<false/>
			<key>SyncRuntimePermissions</key>
			<true/>
		</dict>
	</dict>
	<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x1)/Pci(0x1,0x1)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
			<dict>
				<key>AAPL,slot-name</key>
				<string>Slot-1</string>
				<key>ATY,DeviceName</key>
				<string>RX6600M</string>
				<key>ATY,FamilyName</key>
				<string>Radeon Pro</string>
				<key>PP_PhmSoftPowerPlayTable</key>
				<data>
				pgkSAAIiA8MJAABTQwAAgwAFAAAAHAAAAAAAAGwAAAAA
				AAAAAAAAAAAAAQAAAAEAAAANAAAAoAoAAAAFAABrAwAA
				CAcAAOIEAACVBQAA4gQAAJUFAACwBAAAwQQAAMEEAAAq
				AwAAwQQAAAAAAAAAAAAAAAAAAPQBAACiAQAAYQAAAPQB
				AAA8AgAAsgIAADwCAACyAgAAogEAAOcBAADnAQAALAEA
				AOcBAAAAAAAAAAAAAAAAAACBAAAAEAAAAB4AAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAAAAAAA
				AAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAABgAAAAYAAABfAF8AXwBfAHIGcgbW
				BtYG0AfQB8oIyggAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAYAAAD//V+T5zMEAGQAAAAAAAAAAAAA
				AAAAAABkAAAAAAAAAAAAAAAAAAAAZAAQAAAAAABkAGQA
				ZABzAHMAcwBzAAAAAAAAAAAAAAABAAAACgAAAAAAAAAA
				AAAAAAAAALgLSA3YDmgQwBIAAAw4BAD/PwAAZABkAAAA
				VAtUC2QAAAAAALgLuAtoEGgQgAAAATcANwC4C7gLuAu4
				CwUABQAAAAIAAACAPwAAAAA4FQk++MLkvS4cKD+hAQAA
				AAACAL6fij9I4Xo+91j6OlYO7T7vVas+ogEAAAABBABx
				PZo/w/UoPgBSGzsK1wM/w0eUPmEAAAAAAAIAAACAPwAA
				AAC5pdU6vp/aPlyPgj70AQAAAAACAPYonD8IrBw+o0Af
				O0JgBT/uWoI+PAIAAAAAAgDTTYI/g8BKPv2C3TpSuN4+
				jV2CPrICAAAAAAIA9iicPwisHD6jQB87QmAFP+5agj48
				AgAAAAACANNNgj+DwEo+/YLdOlK43j6NXYI+sgIAAAAA
				AgD5D5k/mpmZPokMKztxPQo/G2SCPqIBAAAAAAIA7FGY
				P3NoET4X8R07L90EP41dgj7nAQAAAAACAOxRmD9zaBE+
				F/EdOy/dBD+NXYI+5wEAAAAAAgDZzjc/rBw6PwAAAABE
				aY8+wTkTPywBAAAAAAIA7FGYP3NoET4X8R07L90EP41d
				gj7nAQAA9AGgCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAACyApUFAAAAAAAAAAAAAAAAPALiBAAAAAAAAAAA
				AAAAAKIBAAUAAAAAAAAAAAAAAABhAB4CpAJrA6IBsAQA
				AAAAAAAAAAAAAADnAcEEAAAAAAAAAAAAAAAA5wHBBAAA
				AAAAAAAAAAAAACwBKgMAAAAAAAAAAAAAAADnAcEEAAAA
				AAAAAAAAAAAA9AEIBwAAAAAAAAAAAAAAAAAAAAC+MIE/
				HeZLPZ92eL2+MIE/HeZLPZ92eL2+MIE/HeZLPZ92eL1U
				HWI/1XjpPaOSur0f1yY/bef7Pb72LD6gCgAAAAUAAGsD
				AAAIBwAA4gQAAJUFAADiBAAAlQUAALAEAADBBAAAwQQA
				ACoDAADBBAAAAAMDAwgHAABMAfoB8AqADIwKSA1IDUgN
				iBMYFRgVGBX0ASAD9AEBAAECXQABAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAABrAwAABgBkAAAAAAAoAGQAAAAAAAAA
				AAAAAAAAAAAAAAAAAADsEH0QDhCfDzAPwQ5SDuMNdA0F
				DZYMJwz2CsQJkwhiBwAAAAADAgEAAAAAAAAAAAAAAAAA
				AAMBBFEAawI3AEYAkAGQAZABkAGQAZABkAGQAZABkAEe
				AHIG0AfkDAAARgD0AQAAAQAAAgAAAAAAAAAAAAADAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAisnL1CYAU/N3EC
				vwAAAAAAAAAAAAAAAIGVwz1Y4oE9cF+HvQAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAlACUAAEBAAAAAAAAlACUABkAGQAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAABVAsgAAAAObQgQHlYaD7w
				pyBBeqXMPgAAAABUC1QLoAugC0wAZABkAAAAAAAAAAAA
				AAAAAAAAAAAAALUHAACBCAAAkAkAAD4EAACzBAAA2gcA
				AAAAAAAAAAAAAAAAAAAAGgEB9a2AGQhoAQEFSBzcAwsA
				AADA0ODwpQEBqhkAAAB0AQEF/////zIBAa8AAACOAQAA
				ABcAAAAXAAAAklcrBQAAAQBlAG4AdAABAG8AaQBkAAEA
				ZwBhAGkAAQAgAGEAdAABAE0AZQBtAAEAcgB5AAAAbgAA
				AAAAJG1MrwABAI4EAAAAFwAAABcAAADiASsFAABUAF8A
				TQBFAE0AMQAgAAEAAQBuAAEAQwABAG4AAQByAG8AbAAg
				AAEAYQABAG4AAABuAAAAAADebFqvAAIAjAEAAAAYAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeBg==
				</data>
				<key>model</key>
				<string>AMD Radeon RX 6600M</string>
			</dict>
			<key>PciRoot(0x1)/Pci(0x1,0x2)/Pci(0x0,0x0)</key>
			<dict>
				<key>built-in</key>
				<data>
				AQ==
				</data>
			</dict>
			<key>PciRoot(0x1)/Pci(0x2,0x2)/Pci(0x0,0x0)</key>
			<dict>
				<key>built-in</key>
				<data>
				AQ==
				</data>
			</dict>
			<key>PciRoot(0x1)/Pci(0x2,0x4)/Pci(0x0,0x0)</key>
			<dict>
				<key>built-in</key>
				<data>
				AQ==
				</data>
			</dict>
			<key>PciRoot(0x1)/Pci(0x8,0x1)/Pci(0x0,0x6)</key>
			<dict>
				<key>layout-id</key>
				<integer>21</integer>
			</dict>
		</dict>
		<key>Delete</key>
		<dict/>
	</dict>
	<key>Kernel</key>
	<dict>
		<key>Add</key>
		<array>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>AppleMCEReporterDisabler.kext</string>
				<key>Comment</key>
				<string>V1.2 | AppleMCEReporterDisabler.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>IntelBluetoothFirmware.kext</string>
				<key>Comment</key>
				<string>V2.5.0 | IntelBluetoothFirmware.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/IntelBluetoothFirmware</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>itlwm.kext</string>
				<key>Comment</key>
				<string>V2.3.0 | itlwm.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/itlwm</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>Lilu.kext</string>
				<key>Comment</key>
				<string>V1.7.1 | Lilu.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/Lilu</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>NVMeFix.kext</string>
				<key>Comment</key>
				<string>V1.1.3 | NVMeFix.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/NVMeFix</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>RealtekRTL8111.kext</string>
				<key>Comment</key>
				<string>V2.5.0 | RealtekRTL8111.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/RealtekRTL8111</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>RestrictEvents.kext</string>
				<key>Comment</key>
				<string>V1.1.6 | RestrictEvents.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/RestrictEvents</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>USBToolBox.kext</string>
				<key>Comment</key>
				<string>V1.2.0 | USBToolBox.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/USBToolBox</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>UTBMap.kext</string>
				<key>Comment</key>
				<string>V1.1 | UTBMap.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VirtualSMC.kext</string>
				<key>Comment</key>
				<string>V1.3.7</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VirtualSMC</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string>
				<key>Comment</key>
				<string>V1.1</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooGPIO</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string>
				<key>Comment</key>
				<string>V1</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooI2CServices</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext</string>
				<key>Comment</key>
				<string>V1.1.4</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooInput</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>BlueToolFixup.kext</string>
				<key>Comment</key>
				<string>V2.7.0 | BlueToolFixup.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/BlueToolFixup</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>ForgedInvariant.kext</string>
				<key>Comment</key>
				<string>V1.0.0 | ForgedInvariant.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/ForgedInvariant</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>IntelBTPatcher.kext</string>
				<key>Comment</key>
				<string>V2.5.0 | IntelBTPatcher.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/IntelBTPatcher</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>SMCBatteryManager.kext</string>
				<key>Comment</key>
				<string>V1.3.7 | SMCBatteryManager.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/SMCBatteryManager</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>SMCProcessorAMD.kext</string>
				<key>Comment</key>
				<string>V1.0.1 | SMCProcessorAMD.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/SMCProcessorAMD</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>SMCRadeonSensors.kext</string>
				<key>Comment</key>
				<string>V2.3.0 | SMCRadeonSensors.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/SMCRadeonSensors</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooI2C.kext</string>
				<key>Comment</key>
				<string>V2.8</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooI2C</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooI2CHID.kext</string>
				<key>Comment</key>
				<string>V1</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooI2CHID</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
		</array>
		<key>Block</key>
		<array>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<false/>
				<key>Identifier</key>
				<string>com.apple.driver.AppleTyMCEDriver</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>Strategy</key>
				<string>Disable</string>
			</dict>
		</array>
		<key>Emulate</key>
		<dict>
			<key>Cpuid1Data</key>
			<data>
			</data>
			<key>Cpuid1Mask</key>
			<data>
			</data>
			<key>DummyPowerManagement</key>
			<true/>
			<key>MaxKernel</key>
			<string></string>
			<key>MinKernel</key>
			<string></string>
		</dict>
		<key>Force</key>
		<array>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>System/Library/Extensions/IONetworkingFamily.kext</string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<false/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/IONetworkingFamily</string>
				<key>Identifier</key>
				<string>com.apple.iokit.IONetworkingFamily</string>
				<key>MaxKernel</key>
				<string>13.99.99</string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
		</array>
		<key>Patch</key>
		<array>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string>_cpuid_set_info</string>
				<key>Comment</key>
				<string>algrey | Force cpuid_cores_per_package to constant (user-specified) | 10.13-10.14</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				wegaAAAA
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				//3/AAAA
				</data>
				<key>MaxKernel</key>
				<string>18.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				uAYAAAAA
				</data>
				<key>ReplaceMask</key>
				<data>
				//////8A
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string>_cpuid_set_info</string>
				<key>Comment</key>
				<string>algrey | Force cpuid_cores_per_package to constant (user-specified) | 10.15-11.0</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				wegaAAAA
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				//3/AAAA
				</data>
				<key>MaxKernel</key>
				<string>20.99.99</string>
				<key>MinKernel</key>
				<string>19.0.0</string>
				<key>Replace</key>
				<data>
				ugYAAAAA
				</data>
				<key>ReplaceMask</key>
				<data>
				//////8A
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string>_cpuid_set_info</string>
				<key>Comment</key>
				<string>algrey | Force cpuid_cores_per_package to constant (user-specified) | 12.0-13.2</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				wegaAAAA
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				//3/AAAA
				</data>
				<key>MaxKernel</key>
				<string>22.3.99</string>
				<key>MinKernel</key>
				<string>21.0.0</string>
				<key>Replace</key>
				<data>
				ugYAAACQ
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string>_cpuid_set_info</string>
				<key>Comment</key>
				<string>algrey | Force cpuid_cores_per_package to constant (user-specified) | 13.3+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				wegaAAA=
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				//3/AAA=
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>22.4.0</string>
				<key>Replace</key>
				<data>
				ugYAAAA=
				</data>
				<key>ReplaceMask</key>
				<data>
				//////8=
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey | _commpage_populate | Remove rdmsr | 10.13+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				uaABAAAPMg==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				ZpBmkGaQkA==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey | _cpuid_set_cache_info | Set CPUID proper instead of 4 | 10.13+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				uAQAAABEifFEiQ==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				uB0AAIBEifFEiQ==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey | _cpuid_set_generic_info | Remove wrmsr(0x8B) | 10.13+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				uYsAAAAxwDHSDzA=
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				ZpBmkGaQZpBmkJA=
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey | _cpuid_set_generic_info | Replace rdmsr(0x8B) with constant 186 | 10.13+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				uYsAAAAPMg==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				uroAAABmkA==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey | _cpuid_set_generic_info | Set flag=1 | 10.13+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				uRcAAAAPMsHqEoDiBw==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				sgFmDx+EAAAAAABmkA==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey | _cpuid_set_generic_info | Disable check to allow leaf7 | 10.13+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				ADoPgg==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>MaxKernel</key>
				<string>23.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				AAAPgg==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey | _cpuid_set_generic_info | Disable check to allow leaf7 | 15.x</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				AAUPgg==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>24.0.0</string>
				<key>Replace</key>
				<data>
				AAAPgg==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey | _cpuid_set_info | GenuineIntel to AuthenticAMD | 10.13-11.0</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				R2VudWluZUludGVsAA==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>MaxKernel</key>
				<string>20.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				QXV0aGVudGljQU1EAA==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string>_cpuid_set_info</string>
				<key>Comment</key>
				<string>Goldfish64, algrey | Bypass GenuineIntel check panic | 12.0+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				AAAAAAAAMdKzAQ==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				AAAAAAAA/////w==
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>21.0.0</string>
				<key>Replace</key>
				<data>
				kJCQkJCQMdKzAQ==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey | _cpuid_set_cpufamily | Force CPUFAMILY_INTEL_PENRYN | 10.13-11.2</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				MduAPQAAAAAGdQA=
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				/////wAAAP///wA=
				</data>
				<key>MaxKernel</key>
				<string>20.3.0</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				u7xP6njpXQAAAJA=
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string>_cpuid_set_info </string>
				<key>Comment</key>
				<string>algrey | _cpuid_set_cpufamily | Force CPUFAMILY_INTEL_PENRYN | 11.3+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				gD0AAAAABnU=
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				//8AAAAA//8=
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>20.4.0</string>
				<key>Replace</key>
				<data>
				urxP6ngx2+s=
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey | _i386_init | Remove 3 rdmsr calls | 10.13+</string>
				<key>Count</key>
				<integer>0</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				uZkBAAAPMkjB4iCJxkgJ1rmYAQAADzJIweIgicBICcK/
				WAIxBTHJRTHA
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				Zg8fhAAAAAAAZg8fhAAAAAAAZg8fhAAAAAAAZg8fhAAA
				AAAAZg8fRAAA
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey, XLNC | Remove version check and panic | 10.13+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				JfwAAACD+BM=
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				JfwAAAAPHwA=
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string>__ZN11IOPCIBridge13probeBusGatedEP14probeBusParams</string>
				<key>Comment</key>
				<string>CaseySJ | probeBusGated | Disable 10 bit tags | 12.0+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				4BFyAA==
				</data>
				<key>Identifier</key>
				<string>com.apple.iokit.IOPCIFamily</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				8P//8A==
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>21.0.0</string>
				<key>Replace</key>
				<data>
				AAADAA==
				</data>
				<key>ReplaceMask</key>
				<data>
				AAAPAA==
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string>__ZN17IOPCIConfigurator18IOPCIIsHotplugPortEP16IOPCIConfigEntry</string>
				<key>Comment</key>
				<string>CaseySJ | IOPCIIsHotplugPort | Fix PCI bus enumeration on AM5 | 13.0+</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<false/>
				<key>Find</key>
				<data>
				hAB1Sw==
				</data>
				<key>Identifier</key>
				<string>com.apple.iokit.IOPCIFamily</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				/wD//w==
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>22.0.0</string>
				<key>Replace</key>
				<data>
				AADrAA==
				</data>
				<key>ReplaceMask</key>
				<data>
				AAD/AA==
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>Visual | thread_quantum_expire, thread_unblock, thread_invoke | Remove non-monotonic time panic | 12.0+</string>
				<key>Count</key>
				<integer>3</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				SAAAAAIAAEgAAFgAAAAPAAAAAAA=
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				/wAAD/////8AAP8AAAD/AAAAAAA=
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>21.0.0</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAAAAAAAABmkGaQZpA=
				</data>
				<key>ReplaceMask</key>
				<data>
				AAAAAAAAAAAAAAAAAAD///////8=
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>Visual | thread_invoke, thread_dispatch | Remove non-monotonic time panic | 12.0+</string>
				<key>Count</key>
				<integer>2</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				SAAAgAQAAA8AAAAAAA==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				SAAA8P////8AAAAAAA==
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>21.0.0</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAGaQZpBmkA==
				</data>
				<key>ReplaceMask</key>
				<data>
				AAAAAAAAAP///////w==
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>algrey | _mtrr_update_action | fix PAT | 10.13+</string>
				<key>Count</key>
				<integer>0</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				icCB4v//AP+BygAAAQC5dwIAAA==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				////////D////////////////w==
				</data>
				<key>MaxKernel</key>
				<string>23.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				uXcCAAC4BgEHALoGAQcADx9AAA==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>Shaneee | _mtrr_update_action | Fix PAT | 10.13+</string>
				<key>Count</key>
				<integer>0</integer>
				<key>Enabled</key>
				<false/>
				<key>Find</key>
				<data>
				icCB4v//AP+BygAAAQC5dwIAAA==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				////////D////////////////w==
				</data>
				<key>MaxKernel</key>
				<string>23.99.99</string>
				<key>MinKernel</key>
				<string>17.0.0</string>
				<key>Replace</key>
				<data>
				uXcCAAC4BgYGBroGBgYGDzAPCQ==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>Algrey / Zormeister | _mtrr_update_action | Fix PAT | 15+</string>
				<key>Count</key>
				<integer>0</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				icCB4v//AP+BygAAAAAPMA==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				/////////////wAAAAD//w==
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>24.0.0</string>
				<key>Replace</key>
				<data>
				icC4BgEHALoGAQcADzCQkA==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>x86_64</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>Shaneee / Zormeister | _mtrr_update_action | Fix PAT | 15+</string>
				<key>Count</key>
				<integer>0</integer>
				<key>Enabled</key>
				<false/>
				<key>Find</key>
				<data>
				icCB4v//AP+BygAAAAAPMA==
				</data>
				<key>Identifier</key>
				<string>kernel</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				/////////////wAAAAD//w==
				</data>
				<key>MaxKernel</key>
				<string>25.99.99</string>
				<key>MinKernel</key>
				<string>24.0.0</string>
				<key>Replace</key>
				<data>
				icC4BgYGBroGBgYGDzCQkA==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>Base</key>
				<string>__ZN8AppleRTC18setupDateTimeAlarmEPK11RTCDateTime</string>
				<key>Comment</key>
				<string>Disable RTC wake scheduling</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				</data>
				<key>Identifier</key>
				<string>com.apple.driver.AppleRTC</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data>
				</data>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string>19.0.0</string>
				<key>Replace</key>
				<data>
				ww==
				</data>
				<key>ReplaceMask</key>
				<data>
				</data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
		</array>
		<key>Quirks</key>
		<dict>
			<key>AppleCpuPmCfgLock</key>
			<false/>
			<key>AppleXcpmCfgLock</key>
			<false/>
			<key>AppleXcpmExtraMsrs</key>
			<false/>
			<key>AppleXcpmForceBoost</key>
			<false/>
			<key>CustomPciSerialDevice</key>
			<false/>
			<key>CustomSMBIOSGuid</key>
			<false/>
			<key>DisableIoMapper</key>
			<false/>
			<key>DisableIoMapperMapping</key>
			<false/>
			<key>DisableLinkeditJettison</key>
			<true/>
			<key>DisableRtcChecksum</key>
			<false/>
			<key>ExtendBTFeatureFlags</key>
			<false/>
			<key>ExternalDiskIcons</key>
			<false/>
			<key>ForceAquantiaEthernet</key>
			<false/>
			<key>ForceSecureBootScheme</key>
			<false/>
			<key>IncreasePciBarSize</key>
			<false/>
			<key>LapicKernelPanic</key>
			<false/>
			<key>LegacyCommpage</key>
			<false/>
			<key>PanicNoKextDump</key>
			<true/>
			<key>PowerTimeoutKernelPanic</key>
			<true/>
			<key>ProvideCurrentCpuInfo</key>
			<true/>
			<key>SetApfsTrimTimeout</key>
			<integer>-1</integer>
			<key>ThirdPartyDrives</key>
			<false/>
			<key>XhciPortLimit</key>
			<false/>
		</dict>
		<key>Scheme</key>
		<dict>
			<key>CustomKernel</key>
			<false/>
			<key>FuzzyMatch</key>
			<true/>
			<key>KernelArch</key>
			<string>Auto</string>
			<key>KernelCache</key>
			<string>Auto</string>
		</dict>
	</dict>
	<key>Misc</key>
	<dict>
		<key>BlessOverride</key>
		<array/>
		<key>Boot</key>
		<dict>
			<key>ConsoleAttributes</key>
			<integer>0</integer>
			<key>HibernateMode</key>
			<string>None</string>
			<key>HibernateSkipsPicker</key>
			<false/>
			<key>HideAuxiliary</key>
			<true/>
			<key>InstanceIdentifier</key>
			<string></string>
			<key>LauncherOption</key>
			<string>Disabled</string>
			<key>LauncherPath</key>
			<string>Default</string>
			<key>PickerAttributes</key>
			<integer>17</integer>
			<key>PickerAudioAssist</key>
			<false/>
			<key>PickerMode</key>
			<string>External</string>
			<key>PickerVariant</key>
			<string>Auto</string>
			<key>PollAppleHotKeys</key>
			<false/>
			<key>ShowPicker</key>
			<true/>
			<key>TakeoffDelay</key>
			<integer>0</integer>
			<key>Timeout</key>
			<integer>5</integer>
		</dict>
		<key>Debug</key>
		<dict>
			<key>AppleDebug</key>
			<false/>
			<key>ApplePanic</key>
			<false/>
			<key>DisableWatchDog</key>
			<true/>
			<key>DisplayDelay</key>
			<integer>0</integer>
			<key>DisplayLevel</key>
			<integer>2147483650</integer>
			<key>LogModules</key>
			<string>*</string>
			<key>SysReport</key>
			<false/>
			<key>Target</key>
			<integer>3</integer>
		</dict>
		<key>Entries</key>
		<array>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Auxiliary</key>
				<false/>
				<key>Comment</key>
				<string>Not signed for security reasons</string>
				<key>Enabled</key>
				<false/>
				<key>Flavour</key>
				<string>Auto</string>
				<key>Name</key>
				<string>CustomOS</string>
				<key>Path</key>
				<string>PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0)/NVMe(0x1,11-22-33-44-55-66-77-88)/HD(1,GPT,00000000-0000-0000-0000-000000000000,0x800,0x64000)/\EFI\BOOT\BOOTX64.EFI</string>
				<key>TextMode</key>
				<false/>
			</dict>
		</array>
		<key>Security</key>
		<dict>
			<key>AllowSetDefault</key>
			<true/>
			<key>ApECID</key>
			<integer>0</integer>
			<key>AuthRestart</key>
			<false/>
			<key>BlacklistAppleUpdate</key>
			<false/>
			<key>DmgLoading</key>
			<string>Signed</string>
			<key>EnablePassword</key>
			<false/>
			<key>ExposeSensitiveData</key>
			<integer>6</integer>
			<key>HaltLevel</key>
			<integer>2624259</integer>
			<key>PasswordHash</key>
			<data>
			</data>
			<key>PasswordSalt</key>
			<data>
			</data>
			<key>ScanPolicy</key>
			<integer>2625283</integer>
			<key>SecureBootModel</key>
			<string>Disabled</string>
			<key>Vault</key>
			<string>Optional</string>
		</dict>
		<key>Serial</key>
		<dict>
			<key>Custom</key>
			<dict>
				<key>BaudRate</key>
				<integer>115200</integer>
				<key>ClockRate</key>
				<integer>1843200</integer>
				<key>DetectCable</key>
				<false/>
				<key>ExtendedTxFifoSize</key>
				<integer>64</integer>
				<key>FifoControl</key>
				<integer>7</integer>
				<key>LineControl</key>
				<integer>3</integer>
				<key>PciDeviceInfo</key>
				<data>
				/w==
				</data>
				<key>RegisterAccessWidth</key>
				<integer>8</integer>
				<key>RegisterBase</key>
				<integer>1016</integer>
				<key>RegisterStride</key>
				<integer>1</integer>
				<key>UseHardwareFlowControl</key>
				<false/>
				<key>UseMmio</key>
				<false/>
			</dict>
			<key>Init</key>
			<false/>
			<key>Override</key>
			<false/>
		</dict>
		<key>Tools</key>
		<array/>
	</dict>
	<key>NVRAM</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<dict>
				<key>DefaultBackgroundColor</key>
				<data>
				AAAAAA==
				</data>
			</dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<dict>
				<key>revcpu</key>
				<integer>1</integer>
				<key>revcpuname</key>
				<string>AMD Ryzen 5 5600H</string>
				<key>revpatch</key>
				<string>cpuname,sbvmm</string>
			</dict>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<dict>
				<key>ForceDisplayRotationInEFI</key>
				<integer>0</integer>
				<key>SystemAudioVolume</key>
				<data>
				Rg==
				</data>
				<key>bluetoothExternalDongleFailed</key>
				<data>
				AA==
				</data>
				<key>bluetoothInternalControllerInfo</key>
				<data>
				AAAAAAAAAAAAAAAAAAA=
				</data>
				<key>boot-args</key>
				<string>keepsyms=1 debug=0x100 -lilubetaall</string>
				<key>csr-active-config</key>
				<data>
				AwgAAA==
				</data>
				<key>run-efi-updater</key>
				<string>No</string>
			</dict>
		</dict>
		<key>Delete</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<array>
				<string>DefaultBackgroundColor</string>
			</array>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<array>
				<string>revpatch</string>
				<string>revcpuname</string>
			</array>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<array>
				<string>boot-args</string>
				<string>ForceDisplayRotationInEFI</string>
			</array>
		</dict>
		<key>LegacyOverwrite</key>
		<false/>
		<key>LegacySchema</key>
		<dict>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<array>
				<string>EFILoginHiDPI</string>
				<string>EFIBluetoothDelay</string>
				<string>LocationServicesEnabled</string>
				<string>SystemAudioVolume</string>
				<string>SystemAudioVolumeDB</string>
				<string>SystemAudioVolumeSaved</string>
				<string>bluetoothActiveControllerInfo</string>
				<string>bluetoothInternalControllerInfo</string>
				<string>flagstate</string>
				<string>fmm-computer-name</string>
				<string>fmm-mobileme-token-FMM</string>
				<string>fmm-mobileme-token-FMM-BridgeHasAccount</string>
				<string>nvda_drv</string>
				<string>prev-lang:kbd</string>
			</array>
			<key>8BE4DF61-93CA-11D2-AA0D-00E098032B8C</key>
			<array>
				<string>Boot0080</string>
				<string>Boot0081</string>
				<string>Boot0082</string>
				<string>BootNext</string>
				<string>BootOrder</string>
			</array>
		</dict>
		<key>WriteFlash</key>
		<true/>
	</dict>
	<key>PlatformInfo</key>
	<dict>
		<key>Automatic</key>
		<true/>
		<key>CustomMemory</key>
		<false/>
		<key>Generic</key>
		<dict>
			<key>AdviseFeatures</key>
			<false/>
			<key>MLB</key>
			<string></string>
			<key>MaxBIOSVersion</key>
			<false/>
			<key>ProcessorType</key>
			<integer>1537</integer>
			<key>ROM</key>
			<data>
			</data>
			<key>SpoofVendor</key>
			<true/>
			<key>SystemMemoryStatus</key>
			<string>Auto</string>
			<key>SystemProductName</key>
			<string>MacBookPro16,2</string>
			<key>SystemSerialNumber</key>
			<string></string>
			<key>SystemUUID</key>
			<string></string>
		</dict>
		<key>UpdateDataHub</key>
		<true/>
		<key>UpdateNVRAM</key>
		<true/>
		<key>UpdateSMBIOS</key>
		<true/>
		<key>UpdateSMBIOSMode</key>
		<string>Create</string>
		<key>UseRawUuidEncoding</key>
		<false/>
	</dict>
	<key>UEFI</key>
	<dict>
		<key>APFS</key>
		<dict>
			<key>EnableJumpstart</key>
			<true/>
			<key>GlobalConnect</key>
			<false/>
			<key>HideVerbose</key>
			<true/>
			<key>JumpstartHotPlug</key>
			<false/>
			<key>MinDate</key>
			<integer>0</integer>
			<key>MinVersion</key>
			<integer>0</integer>
		</dict>
		<key>AppleInput</key>
		<dict>
			<key>AppleEvent</key>
			<string>Builtin</string>
			<key>CustomDelays</key>
			<false/>
			<key>GraphicsInputMirroring</key>
			<true/>
			<key>KeyInitialDelay</key>
			<integer>50</integer>
			<key>KeySubsequentDelay</key>
			<integer>5</integer>
			<key>PointerDwellClickTimeout</key>
			<integer>0</integer>
			<key>PointerDwellDoubleClickTimeout</key>
			<integer>0</integer>
			<key>PointerDwellRadius</key>
			<integer>0</integer>
			<key>PointerPollMask</key>
			<integer>-1</integer>
			<key>PointerPollMax</key>
			<integer>80</integer>
			<key>PointerPollMin</key>
			<integer>10</integer>
			<key>PointerSpeedDiv</key>
			<integer>1</integer>
			<key>PointerSpeedMul</key>
			<integer>1</integer>
		</dict>
		<key>Audio</key>
		<dict>
			<key>AudioCodec</key>
			<integer>0</integer>
			<key>AudioDevice</key>
			<string>PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x6)</string>
			<key>AudioOutMask</key>
			<integer>-1</integer>
			<key>AudioSupport</key>
			<true/>
			<key>DisconnectHda</key>
			<false/>
			<key>MaximumGain</key>
			<integer>-15</integer>
			<key>MinimumAssistGain</key>
			<integer>-30</integer>
			<key>MinimumAudibleGain</key>
			<integer>-128</integer>
			<key>PlayChime</key>
			<string>Enabled</string>
			<key>ResetTrafficClass</key>
			<false/>
			<key>SetupDelay</key>
			<integer>0</integer>
		</dict>
		<key>ConnectDrivers</key>
		<true/>
		<key>Drivers</key>
		<array>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string>AudioDxe.efi</string>
				<key>Enabled</key>
				<true/>
				<key>LoadEarly</key>
				<false/>
				<key>Path</key>
				<string>AudioDxe.efi</string>
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string>HfsPlus.efi</string>
				<key>Enabled</key>
				<true/>
				<key>LoadEarly</key>
				<false/>
				<key>Path</key>
				<string>HfsPlus.efi</string>
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string>OpenCanopy.efi</string>
				<key>Enabled</key>
				<true/>
				<key>LoadEarly</key>
				<false/>
				<key>Path</key>
				<string>OpenCanopy.efi</string>
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string>OpenRuntime.efi</string>
				<key>Enabled</key>
				<true/>
				<key>LoadEarly</key>
				<false/>
				<key>Path</key>
				<string>OpenRuntime.efi</string>
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string>ResetNvramEntry.efi</string>
				<key>Enabled</key>
				<true/>
				<key>LoadEarly</key>
				<false/>
				<key>Path</key>
				<string>ResetNvramEntry.efi</string>
			</dict>
		</array>
		<key>Input</key>
		<dict>
			<key>KeyFiltering</key>
			<false/>
			<key>KeyForgetThreshold</key>
			<integer>5</integer>
			<key>KeySupport</key>
			<true/>
			<key>KeySupportMode</key>
			<string>Auto</string>
			<key>KeySwap</key>
			<false/>
			<key>PointerSupport</key>
			<false/>
			<key>PointerSupportMode</key>
			<string>ASUS</string>
			<key>TimerResolution</key>
			<integer>50000</integer>
		</dict>
		<key>Output</key>
		<dict>
			<key>ClearScreenOnModeSwitch</key>
			<false/>
			<key>ConsoleFont</key>
			<string></string>
			<key>ConsoleMode</key>
			<string></string>
			<key>DirectGopRendering</key>
			<false/>
			<key>ForceResolution</key>
			<false/>
			<key>GopBurstMode</key>
			<false/>
			<key>GopPassThrough</key>
			<string>Disabled</string>
			<key>IgnoreTextInGraphics</key>
			<false/>
			<key>InitialMode</key>
			<string>Auto</string>
			<key>ProvideConsoleGop</key>
			<true/>
			<key>ReconnectGraphicsOnConnect</key>
			<false/>
			<key>ReconnectOnResChange</key>
			<false/>
			<key>ReplaceTabWithSpace</key>
			<false/>
			<key>Resolution</key>
			<string>Max</string>
			<key>SanitiseClearScreen</key>
			<false/>
			<key>TextRenderer</key>
			<string>BuiltinGraphics</string>
			<key>UIScale</key>
			<integer>1</integer>
			<key>UgaPassThrough</key>
			<false/>
		</dict>
		<key>ProtocolOverrides</key>
		<dict>
			<key>AppleAudio</key>
			<false/>
			<key>AppleBootPolicy</key>
			<false/>
			<key>AppleDebugLog</key>
			<false/>
			<key>AppleEg2Info</key>
			<false/>
			<key>AppleFramebufferInfo</key>
			<false/>
			<key>AppleImageConversion</key>
			<false/>
			<key>AppleImg4Verification</key>
			<false/>
			<key>AppleKeyMap</key>
			<false/>
			<key>AppleRtcRam</key>
			<false/>
			<key>AppleSecureBoot</key>
			<false/>
			<key>AppleSmcIo</key>
			<false/>
			<key>AppleUserInterfaceTheme</key>
			<false/>
			<key>DataHub</key>
			<false/>
			<key>DeviceProperties</key>
			<false/>
			<key>FirmwareVolume</key>
			<true/>
			<key>HashServices</key>
			<false/>
			<key>OSInfo</key>
			<false/>
			<key>PciIo</key>
			<false/>
			<key>UnicodeCollation</key>
			<false/>
		</dict>
		<key>Quirks</key>
		<dict>
			<key>ActivateHpetSupport</key>
			<false/>
			<key>DisableSecurityPolicy</key>
			<false/>
			<key>EnableVectorAcceleration</key>
			<true/>
			<key>EnableVmx</key>
			<false/>
			<key>ExitBootServicesDelay</key>
			<integer>0</integer>
			<key>ForceOcWriteFlash</key>
			<false/>
			<key>ForgeUefiSupport</key>
			<false/>
			<key>IgnoreInvalidFlexRatio</key>
			<false/>
			<key>ReleaseUsbOwnership</key>
			<true/>
			<key>ReloadOptionRoms</key>
			<false/>
			<key>RequestBootVarRouting</key>
			<true/>
			<key>ResizeGpuBars</key>
			<integer>-1</integer>
			<key>ResizeUsePciRbIo</key>
			<false/>
			<key>ShimRetainProtocol</key>
			<false/>
			<key>TscSyncTimeout</key>
			<integer>0</integer>
			<key>UnblockFsConnect</key>
			<false/>
		</dict>
		<key>ReservedMemory</key>
		<array/>
		<key>Unload</key>
		<array/>
	</dict>
</dict>
</plist>


================================================
FILE: README.md
================================================
<p align="center">
 <img width="129px" src="https://rallybr.com.br/logo-hacklegion.png" align="center" />
 <h2 align="center">MacOS on Lenovo Legion 5-15ACH6A - Ryzen 5600H &amp; Radeon RX 6600M 🇧🇷</h2>
 <p align="center">Lenovo Legion 5-15ACH6A Type 82NW Opencore EFI and some info for running macOS Tahoe 26.0 25A354. Probably compatible with R70002021A 6600M variant/Legion x60AA Gen AMD. For NVidia Legion variant, try [@ducviet5138 fork](https://github.com/ducviet5138/Hackintosh-Legion-5)</p>
<p align="center"><img src="https://img.shields.io/badge/Bios-GKCN37WW-blue?logo=lenovo&amp;logoColor=%23fff" alt="Lenovo BIOS" />&nbsp;<img src="https://img.shields.io/badge/Opencore-1.0.5 -black" alt="Opencore Release" />&nbsp;<img src="https://img.shields.io/badge/MacOS Tahoe 26.0-green?logo=apple&amp;logoColor=%23fff" alt="MacOS Version" /></p>
<p align="center"><img width="1920" height="1080" alt="Print-Tahoe" src="https://github.com/user-attachments/assets/f9424229-f6dc-460b-814a-2478461e82f5" /></p>




## Considerations

_Information available only for possible references. I do not recommend following all the information presented here._

## Table of Contents

*   [Specifications](#specifications)
*   [What's Working](#whats-working)
*   [What's not Working](#whats-not-working)
*   [Bios Options](#bios-options)
*   [Kexts Used](#kexts-used)
*   [SSDTs Used](#ssdts-used)
*   [Credits](#credits)
*   [Useful Apps & Scripts](#useful-apps--scripts)
*   [Screenshots](#screenshots)

## Specifications

| Item  | Info  |
| ------------ | ------------ |
| Model  | Legion 5-15ACH6A Type 82NW  |
| Bios Version  | G9CN37WW  |
| CPU  |  AMD Ryzen™ 5 5600H Processor |
| DGPU | AMD Radeon RX 6600M 8GB  |
| RAM  | 2x 16GB Kingston DDR4 2400/3200 MHz  |
| NVMe  | Kingston SNV2S1000G 1TB for macOS / Micron MTFDHBA512QFD 512gb for Windows 11  |
| WIFI  | Intel® Wi-Fi 6E AX210  |
| Bluetooth  | With Intel wifi combo card  |
| Ethernet  | Realtek RTL8111  |
| Audio  | Realtek ALC287  |
| LCD Panel  | 15.6 FHD IPS 120Hz  |
| Opencore Version  | [1.0.5](https://github.com/acidanthera/OpenCorePkg)  |
| SMBIOS used  | MacBookPro16,2 (Need to enter your information generated by [GenSMBIOS](http://https://github.com/corpnewt/GenSMBIOS "GenSMBIOS"))  |
| Target MacOS Version  | macOS Tahoe 26.0 build 25A354 |

## What's Working

| Item | Status | Notes |
| --- | --- | --- |
| CPU | ✅ | AMD Vanilla Kernel Patches ([Modify according to yours Core Count](https://github.com/AMD-OSX/AMD_Vanilla) / Adjusted MaxKernel to Tahoe) |
| DGPU | ✅ | With some DeviceProperties |
| Brightness Control | ✅ | Workaround with [Lunar app](https://lunar.fyi/ "Lunar app") |
| HDMI A/V out | ✅ | Working in 4K 60Hz Monitor  |
| USB-C DP | ✅ | DisplayPort working |
| USB | ✅ | All ports working with USBToolBox Kext 1.2.0 and UTBMap kext |
| Keyboard | ✅ | Working without kexts + [Karabiner-Elements app](https://karabiner-elements.pqrs.org/ "Karabiner-Elements app") for mapping |
| Onboard Audio | ✅ | [chris1111](https://github.com/chris1111/VoodooHDA-Tahoe) VoodooHDA |
| P2 Mic | ✅ | Not tested with VoodooHDA |
| Trackpad | ✅ | VoodooI2C + VoodooI2CHID |
| Ethernet | ✅ | RealtekRTL8111 Kext |
| Intel WIFI | ✅ | With Itlwm.kext and Heliport app |
| Bluetooth | ✅ | From Intel AX210: Logitech MX Master 3S working with IntelBluetoothFirmware + IntelBTPatcher + BlueToolFixup from [here](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/486 "here") |
| Battery | ✅ | VoodooBatteryStatus Kext |
| AppleTV+ DRM | ✅ | Working |
| iServices | ✅ | Message/Facetime tested and working |
| Shutdown/Reboot | ✅ |   |
| Sleep/Wake | ✅ | Working with [ForgedIvariant.kext](https://github.com/ChefKissInc/ForgedInvariant) + USB Port Mapping + Disable RTC Wake Scheduling patch only in Sequoia|

## What's not Working

| Item | Status | Notes |
| --- | --- | --- |
| ❓ | 🤷🏻‍♂️ | Time to test in real life |

## Bios Options

*   **Only Discrete** GPU
*   Device Guard **Disabled**
*   Secure Boot **Disabled**

## Kexts Used

| Kext | Description |
| --- | --- |
| [AppleMCEReporterDisabler.kext](https://files.amd-osx.com/AppleMCEReporterDisabler.kext.zip) | Disables AppleIntelMCEReporter which causes panics on AMD CPUs |
| [BlueToolFixup.kext](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/486) | Patches Bluetooth stack to allow non-Apple Bluetooth |
| [ForgedIvariant.kext](https://github.com/ChefKissInc/ForgedInvariant) | The plug & play kext for syncing the TSC on AMD & Intel |
| [IntelBluetoothFirmware.kext](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/486) | Intel Bluetooth Kernel Extensions for macOS |
| [IntelBTPatcher.kext](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/486) | Intel Bluetooth Kernel Extensions for macOS |
| [Itlwm.kext](https://github.com/OpenIntelWireless/itlwm) | An Intel Wi-Fi Adapter Kernel Extension for macOS |
| [Lilu.kext](https://github.com/acidanthera/Lilu) | Platform for arbitrary kext, library, and program patching throughout the system |
| [NVMeFix.kext](https://github.com/acidanthera/NVMeFix) | Improve compatibility with non-Apple SSDs |
| [RealtekRTL8111.kext](https://github.com/Mieze/RTL8111_driver_for_OS_X) | Open source driver for the Realtek RTL8111/8168 family |
| [RestrictEvents.kext](https://github.com/acidanthera/RestrictEvents) | Blocking unwanted processes causing compatibility issues on different hardware and unlocking the support for certain features restricted to other hardware |
| [SMCProcessorAMD.kext](https://github.com/macos86/SMCProcessorAMD) | VirtualSMC plugin for AMD CPU temperature |
| [SMCRadeonSensors.kext](https://github.com/ChefKissInc/SMCRadeonSensors) | A VirtualSMC plug-in that provides temperature readings for AMD GPUs |
| [SMCBatteryManager.kext](https://github.com/acidanthera/VirtualSMC) | Enables battery readings |
| [USBToolbox Kext 1.2.0](https://cdn.discordapp.com/attachments/321319496990326784/1382071187156373574/USBToolBox-1.2.0-RELEASE.zip?ex=684a7a58&is=684928d8&hm=914d8d9c0f2c64d229dc3369f0f557b6650809925b820a54f492132a9f471200&) | This release works with Tahoe |
| [USBToolbox Tool](https://github.com/USBToolBox/tool) | USB mapping tool supporting Windows and macOS |
| [VirtualSMC.kext](https://github.com/acidanthera/VirtualSMC) | Advanced Apple SMC emulator in the kernel |
| [VoodooI2C.kext & VoodooU2CHID.kext](https://github.com/VoodooI2C/VoodooI2C) | Fixes trackpad |



## SSDTs Used

Done with [SSDTTime](https://github.com/corpnewt/SSDTTime) in Windows 11

| Table | Description |
| --- | --- |
| [SSDT-EC](https://github.com/corpnewt/SSDTTime) | Adds a fake Embedded Controller device |
| [SSDT-PLUG-ALT](https://github.com/corpnewt/SSDTTime) | Fixes CPU definitions |
| [SSDT-USBX](https://github.com/corpnewt/SSDTTime) | Enables USB Power Management |
| [SSDT-XOSI](https://github.com/corpnewt/SSDTTime) | Spoof macOS to Windows for some ACPI features |

## Credits

*   [OC-Little-Translated](https://github.com/5T33Z0/OC-Little-Translated) Guides.
*   [AMD-OSX](https://forum.amd-osx.com/) Forum and the [dedicated Thread](https://forum.amd-osx.com/threads/amd-rayon-r7-5800h-install-monterey-kernel-panic.2725) users.
*   [ExtremeXT](https://github.com/extremext/) for help, corrections, my first EFI and git README info/references.
*   [zxc2689963](https://forum.amd-osx.com/members/zxc2689963.15444/http:// "zxc2689963") for EFI references.
*   [Dortania](https://dortania.github.io/OpenCore-Install-Guide/) for the guides.
*   [Apple](https://www.apple.com/) for macOS.
*   [Acidanthera](https://github.com/acidanthera) for OpenCore and most Kexts.
*   Anyone else that helped to develop and improve hackintoshing.

## Useful Apps & Scripts

| Table | Description |
| --- | --- |
| [Hackintool](https://github.com/benbaker76/Hackintool) | The Swiss army knife of vanilla Hackintoshing |
| [MaciASL](https://github.com/acidanthera/MaciASL) | ACPI editing IDE for macOS |
| [gibMacOS](https://github.com/corpnewt/gibMacOS) | Py2/py3 script that can download macOS components direct from Apple |
| [SSDTTime](https://github.com/corpnewt/SSDTTime) | Cross-platform SSDT/DSDT hotpatch attempts |
| [ProperTree](https://github.com/corpnewt/ProperTree) | Cross platform GUI plist editor written in python |
| [OCAuxiliaryTools](https://github.com/ic005k/OCAuxiliaryTools) | Cross-platform GUI management tools for OpenCore(OCAT |
| [MountEFI Quick Action](https://github.com/corpnewt/MountEFI/blob/update/Mount%20EFI%20Automator%20Quick%20Action.zip) |  |
| [LocalSend](https://localsend.org/) | Share files to nearby devices. Free, open-source, cross-platform |
| [Homebrew](https://brew.sh/) | The Missing Package Manager for macOS |
| [Mounty](https://mounty.app/) | A tiny tool to re-mount write-protected NTFS volumes under macOS in read-write mode |
| [LuLu](https://objective-see.org/products/lulu.html) | Free, open-source firewall that aims to block unknown outgoing connections |
| [One-key-hidpi](https://github.com/xzhih/one-key-hidpi) | Script can simulate macOS HiDPI on a non-retina display, and have a "Native" Scaled in System Preferences |
| [Lunar](https://lunar.fyi/) | The defacto app for controlling monitors |
| [Karabiner Elements](https://karabiner-elements.pqrs.org/) | A powerful and stable keyboard customizer for macOS |
| [Barrier](https://github.com/debauchee/barrier) | allow you to use a single keyboard and mouse to control multiple computers |

## Something helped? Leave a star!

[![Star History Chart](https://api.star-history.com/svg?repos=kalkmann/Legion-5600H-Hackintosh&type=Date)](https://star-history.com/#kalkmann/Legion-5600H-Hackintosh&Date)

## Screenshots

<p align="center"><img src="https://github.com/user-attachments/assets/2e461f82-87fb-4b76-8a52-19ec0aef5b78" alt="Sequoia 15.5 Tahoe Beta 1" /></p>
<p align="center"><img src="https://github.com/user-attachments/assets/9730c8f0-ab08-4a13-898b-50c7b3d7519d" alt="Tahoe Beta 1" /></p>
<p align="center"><img src="https://github.com/user-attachments/assets/db77c330-2db9-4c1b-803c-8ea43a64109a" alt="Sequoia 15.1" /></p>

![screen7](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/e4588b17-d283-407a-8f48-2de65a5b73df)

![screen6](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/fe7eedd1-a334-4de2-acb9-3c9afef29bd1)

![screen5](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/78e72771-1634-4943-8756-80ef7500d237)

![screen4](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/03994a13-7373-4073-98da-f48412df28c3)

![screen3](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/ce5f9380-3249-416d-8e78-2e6e9e7f6803)

![screen2](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/0340a459-ccde-4dab-ae11-848c5fc8acb7)

![screen1](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/3b6a0492-2835-4231-bf29-ccf1c918bde5)
Download .txt
gitextract_7pk8ys6d/

├── .gitattributes
├── .gitignore
├── EFI/
│   ├── BOOT/
│   │   ├── .contentFlavour
│   │   ├── .contentVisibility
│   │   └── BOOTx64.efi
│   └── OC/
│       ├── .contentFlavour
│       ├── .contentVisibility
│       ├── ACPI/
│       │   ├── SSDT-EC.aml
│       │   ├── SSDT-PLUG-ALT.aml
│       │   ├── SSDT-USBX.aml
│       │   └── SSDT-XOSI.aml
│       ├── Drivers/
│       │   ├── AudioDxe.efi
│       │   ├── HfsPlus.efi
│       │   ├── OpenCanopy.efi
│       │   ├── OpenRuntime.efi
│       │   └── ResetNvramEntry.efi
│       ├── Kexts/
│       │   ├── AppleMCEReporterDisabler.kext/
│       │   │   └── Contents/
│       │   │       └── Info.plist
│       │   ├── BlueToolFixup.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── BlueToolFixup
│       │   ├── ForgedInvariant.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── ForgedInvariant
│       │   ├── IntelBTPatcher.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── IntelBTPatcher
│       │   ├── IntelBluetoothFirmware.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── IntelBluetoothFirmware
│       │   ├── Lilu.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── Lilu
│       │   ├── NVMeFix.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── NVMeFix
│       │   ├── RealtekRTL8111.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       ├── MacOS/
│       │   │       │   └── RealtekRTL8111
│       │   │       └── _CodeSignature/
│       │   │           └── CodeResources
│       │   ├── RestrictEvents.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── RestrictEvents
│       │   ├── SMCBatteryManager.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       ├── MacOS/
│       │   │       │   └── SMCBatteryManager
│       │   │       └── Resources/
│       │   │           └── SSDT-BATC.dsl
│       │   ├── SMCProcessorAMD.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── SMCProcessorAMD
│       │   ├── SMCRadeonSensors.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── SMCRadeonSensors
│       │   ├── USBToolBox.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── USBToolBox
│       │   ├── UTBMap.kext/
│       │   │   └── Contents/
│       │   │       └── Info.plist
│       │   ├── VirtualSMC.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       └── MacOS/
│       │   │           └── VirtualSMC
│       │   ├── VoodooI2C.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       ├── MacOS/
│       │   │       │   └── VoodooI2C
│       │   │       └── PlugIns/
│       │   │           ├── VoodooGPIO.kext/
│       │   │           │   └── Contents/
│       │   │           │       ├── Info.plist
│       │   │           │       ├── MacOS/
│       │   │           │       │   └── VoodooGPIO
│       │   │           │       └── _CodeSignature/
│       │   │           │           └── CodeResources
│       │   │           ├── VoodooI2CServices.kext/
│       │   │           │   └── Contents/
│       │   │           │       ├── Info.plist
│       │   │           │       ├── MacOS/
│       │   │           │       │   └── VoodooI2CServices
│       │   │           │       └── _CodeSignature/
│       │   │           │           └── CodeResources
│       │   │           └── VoodooInput.kext/
│       │   │               └── Contents/
│       │   │                   ├── Info.plist
│       │   │                   ├── MacOS/
│       │   │                   │   └── VoodooInput
│       │   │                   └── _CodeSignature/
│       │   │                       └── CodeResources
│       │   ├── VoodooI2CHID.kext/
│       │   │   └── Contents/
│       │   │       ├── Info.plist
│       │   │       ├── MacOS/
│       │   │       │   └── VoodooI2CHID
│       │   │       └── _CodeSignature/
│       │   │           └── CodeResources
│       │   └── itlwm.kext/
│       │       └── Contents/
│       │           ├── Info.plist
│       │           └── MacOS/
│       │               └── itlwm
│       ├── OpenCore.efi
│       ├── Resources/
│       │   ├── Image/
│       │   │   └── Acidanthera/
│       │   │       ├── Chardonnay/
│       │   │       │   ├── AppleRecv.icns
│       │   │       │   ├── AppleTM.icns
│       │   │       │   ├── BtnFocus.icns
│       │   │       │   ├── Cursor.icns
│       │   │       │   ├── Dot.icns
│       │   │       │   ├── Enter.icns
│       │   │       │   ├── ExtAppleRecv.icns
│       │   │       │   ├── ExtAppleTM.icns
│       │   │       │   ├── ExtHardDrive.icns
│       │   │       │   ├── HardDrive.icns
│       │   │       │   ├── Left.icns
│       │   │       │   ├── Lock.icns
│       │   │       │   ├── Password.icns
│       │   │       │   ├── Restart.icns
│       │   │       │   ├── Right.icns
│       │   │       │   ├── Selected.icns
│       │   │       │   ├── Selector.icns
│       │   │       │   ├── SetDefault.icns
│       │   │       │   ├── Shell.icns
│       │   │       │   ├── ShutDown.icns
│       │   │       │   ├── Tool.icns
│       │   │       │   └── Windows.icns
│       │   │       ├── GoldenGate/
│       │   │       │   ├── AppleRecv.icns
│       │   │       │   ├── AppleTM.icns
│       │   │       │   ├── BtnFocus.icns
│       │   │       │   ├── Cursor.icns
│       │   │       │   ├── Dot.icns
│       │   │       │   ├── Enter.icns
│       │   │       │   ├── ExtAppleRecv.icns
│       │   │       │   ├── ExtAppleTM.icns
│       │   │       │   ├── ExtHardDrive.icns
│       │   │       │   ├── HardDrive.icns
│       │   │       │   ├── Left.icns
│       │   │       │   ├── Lock.icns
│       │   │       │   ├── Password.icns
│       │   │       │   ├── Restart.icns
│       │   │       │   ├── Right.icns
│       │   │       │   ├── Selected.icns
│       │   │       │   ├── Selector.icns
│       │   │       │   ├── SetDefault.icns
│       │   │       │   ├── Shell.icns
│       │   │       │   ├── ShutDown.icns
│       │   │       │   ├── Tool.icns
│       │   │       │   └── Windows.icns
│       │   │       └── Syrah/
│       │   │           ├── AppleRecv.icns
│       │   │           ├── AppleTM.icns
│       │   │           ├── BtnFocus.icns
│       │   │           ├── Cursor.icns
│       │   │           ├── Dot.icns
│       │   │           ├── Enter.icns
│       │   │           ├── ExtAppleRecv.icns
│       │   │           ├── ExtAppleTM.icns
│       │   │           ├── ExtHardDrive.icns
│       │   │           ├── HardDrive.icns
│       │   │           ├── Left.icns
│       │   │           ├── Lock.icns
│       │   │           ├── Password.icns
│       │   │           ├── Restart.icns
│       │   │           ├── Right.icns
│       │   │           ├── Selected.icns
│       │   │           ├── Selector.icns
│       │   │           ├── SetDefault.icns
│       │   │           ├── Shell.icns
│       │   │           ├── ShutDown.icns
│       │   │           ├── Tool.icns
│       │   │           └── Windows.icns
│       │   └── Label/
│       │       ├── Apple.l2x
│       │       ├── Apple.lbl
│       │       ├── AppleRecv.l2x
│       │       ├── AppleRecv.lbl
│       │       ├── AppleTM.l2x
│       │       ├── AppleTM.lbl
│       │       ├── EFIBoot.l2x
│       │       ├── EFIBoot.lbl
│       │       ├── Other.l2x
│       │       ├── Other.lbl
│       │       ├── ResetNVRAM.l2x
│       │       ├── ResetNVRAM.lbl
│       │       ├── SIPDisabled.l2x
│       │       ├── SIPDisabled.lbl
│       │       ├── SIPEnabled.l2x
│       │       ├── SIPEnabled.lbl
│       │       ├── Shell.l2x
│       │       ├── Shell.lbl
│       │       ├── Tool.l2x
│       │       ├── Tool.lbl
│       │       ├── Windows.l2x
│       │       └── Windows.lbl
│       └── config.plist
└── README.md
Condensed preview — 153 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (224K chars).
[
  {
    "path": ".gitattributes",
    "chars": 24,
    "preview": "efi/* linguist-vendored\n"
  },
  {
    "path": ".gitignore",
    "chars": 399,
    "preview": "# General\n.DS_Store\n.AppleDouble\n.LSOverride\n\n# Icon must end with two \\r\nIcon\n\n# Thumbnails\n._*\n\n# Files that might app"
  },
  {
    "path": "EFI/BOOT/.contentFlavour",
    "chars": 8,
    "preview": "OpenCore"
  },
  {
    "path": "EFI/BOOT/.contentVisibility",
    "chars": 8,
    "preview": "Disabled"
  },
  {
    "path": "EFI/OC/.contentFlavour",
    "chars": 8,
    "preview": "OpenCore"
  },
  {
    "path": "EFI/OC/.contentVisibility",
    "chars": 8,
    "preview": "Disabled"
  },
  {
    "path": "EFI/OC/Kexts/AppleMCEReporterDisabler.kext/Contents/Info.plist",
    "chars": 1936,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/BlueToolFixup.kext/Contents/Info.plist",
    "chars": 2223,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/ForgedInvariant.kext/Contents/Info.plist",
    "chars": 2637,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/IntelBTPatcher.kext/Contents/Info.plist",
    "chars": 2339,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist",
    "chars": 8331,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/Lilu.kext/Contents/Info.plist",
    "chars": 2742,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist",
    "chars": 2369,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Info.plist",
    "chars": 2927,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/RealtekRTL8111.kext/Contents/_CodeSignature/CodeResources",
    "chars": 2200,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/RestrictEvents.kext/Contents/Info.plist",
    "chars": 5822,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/SMCBatteryManager.kext/Contents/Info.plist",
    "chars": 2924,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/SMCBatteryManager.kext/Contents/Resources/SSDT-BATC.dsl",
    "chars": 18419,
    "preview": "// SSDT-BATC.dsl\n//\n// Based on https://github.com/RehabMan/OS-X-ACPI-Battery-Driver/blob/master/SSDT-BATC.dsl\n//\n// An "
  },
  {
    "path": "EFI/OC/Kexts/SMCProcessorAMD.kext/Contents/Info.plist",
    "chars": 2716,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/SMCRadeonSensors.kext/Contents/Info.plist",
    "chars": 2759,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist",
    "chars": 1809,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/UTBMap.kext/Contents/Info.plist",
    "chars": 3971,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist",
    "chars": 8651,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist",
    "chars": 19046,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist",
    "chars": 4216,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources",
    "chars": 2200,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist",
    "chars": 2389,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources",
    "chars": 2200,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist",
    "chars": 2171,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources",
    "chars": 2200,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/VoodooI2CHID.kext/Contents/Info.plist",
    "chars": 11138,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/VoodooI2CHID.kext/Contents/_CodeSignature/CodeResources",
    "chars": 2200,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/Kexts/itlwm.kext/Contents/Info.plist",
    "chars": 2999,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "EFI/OC/config.plist",
    "chars": 56531,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
  },
  {
    "path": "README.md",
    "chars": 10940,
    "preview": "<p align=\"center\">\n <img width=\"129px\" src=\"https://rallybr.com.br/logo-hacklegion.png\" align=\"center\" />\n <h2 align=\"ce"
  }
]

// ... and 118 more files (download for full content)

About this extraction

This page contains the full source code of the kalkmann/Legion-5600H-Hackintosh GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 153 files (26.4 MB), approximately 75.0k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!