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