gitextract_068ylq11/ ├── .gitignore ├── ALCPlugFix/ │ ├── ALCPlugFix │ ├── good.win.ALCPlugFix.plist │ ├── hda-verb │ ├── install.command │ ├── install双击自动卸载ALCPlugFix.command │ ├── install双击自动安装.command │ └── uninstall.command ├── DisplayVendorID-dae/ │ ├── DisplayProductID-15e0 │ ├── DisplayProductID-15e0-9d9da0.tiff │ ├── DisplayProductID-15e0_hidpi │ └── Icons.plist ├── EFI/ │ ├── BOOT/ │ │ └── BOOTX64.efi │ ├── CLOVER/ │ │ ├── ACPI/ │ │ │ ├── origin/ │ │ │ │ ├── APIC.aml │ │ │ │ ├── BGRT.aml │ │ │ │ ├── BOOT.aml │ │ │ │ ├── DBG2.aml │ │ │ │ ├── DBGP.aml │ │ │ │ ├── DMAR.aml │ │ │ │ ├── DSDT-0.aml │ │ │ │ ├── DSDT-or.aml │ │ │ │ ├── DSDT-pa0.aml │ │ │ │ ├── DSDT-pa1.aml │ │ │ │ ├── DSDT-pa2.aml │ │ │ │ ├── DSDT-pa3.aml │ │ │ │ ├── DSDT-pa4.aml │ │ │ │ ├── DSDT.aml │ │ │ │ ├── DumpLog.txt │ │ │ │ ├── FACP.aml │ │ │ │ ├── FACS.aml │ │ │ │ ├── FIDT.aml │ │ │ │ ├── FPDT.aml │ │ │ │ ├── HPET.aml │ │ │ │ ├── LPIT.aml │ │ │ │ ├── MCFG.aml │ │ │ │ ├── MSDM.aml │ │ │ │ ├── RSDP.aml │ │ │ │ ├── RSDT-FACP.aml │ │ │ │ ├── RSDT-FACS.aml │ │ │ │ ├── RSDT.aml │ │ │ │ ├── SLIC.aml │ │ │ │ ├── SSDT-0-SataTabl.aml │ │ │ │ ├── SSDT-1-SaSsdt.aml │ │ │ │ ├── SSDT-10-SgPch.aml │ │ │ │ ├── SSDT-11-OptTabl.aml │ │ │ │ ├── SSDT-2-xh_OEMBD.aml │ │ │ │ ├── SSDT-3-CpuSsdt.aml │ │ │ │ ├── SSDT-4-HdaDsp.aml │ │ │ │ ├── SSDT-5-sensrhub.aml │ │ │ │ ├── SSDT-6-PtidDevc.aml │ │ │ │ ├── SSDT-7-TbtTypeC.aml │ │ │ │ ├── SSDT-8-DptfTabl.aml │ │ │ │ ├── SSDT-9-SgUlt.aml │ │ │ │ ├── SSDT-x3_0-Cpu0Ist.aml │ │ │ │ ├── SSDT-x3_1-ApIst.aml │ │ │ │ ├── SSDT-x3_2-Cpu0Cst.aml │ │ │ │ ├── SSDT-x3_3-ApCst.aml │ │ │ │ ├── SSDT-x3_4-Cpu0Hwp.aml │ │ │ │ ├── SSDT-x3_5-ApHwp.aml │ │ │ │ ├── SSDT-x3_6-HwpLvt.aml │ │ │ │ ├── TPM2.aml │ │ │ │ ├── UEFI.aml │ │ │ │ ├── WSMT.aml │ │ │ │ └── XSDT.aml │ │ │ └── patched/ │ │ │ ├── SSDT-%PTSWAK-merge.aml │ │ │ ├── SSDT-@NDGP#spoof.aml │ │ │ ├── SSDT-Config.aml │ │ │ ├── SSDT-Dell_FN.aml │ │ │ ├── SSDT-GPRW.aml │ │ │ ├── SSDT-LIDpatch-general.aml │ │ │ ├── SSDT-PNLF.aml │ │ │ ├── SSDT-PluginType1.aml │ │ │ ├── SSDT-SATA.aml │ │ │ ├── SSDT-SleepKeyAndLid-NEVT_dell7000.aml │ │ │ └── SSDT-XOSI.aml │ │ ├── CLOVERX64.efi │ │ ├── config.plist │ │ ├── config_bak.plist │ │ ├── drivers64UEFI/ │ │ │ ├── ApfsDriverLoader-64.efi │ │ │ ├── AppleImageCodec-64.efi │ │ │ ├── AppleUITheme-64.efi │ │ │ ├── AptioMemoryFix-64.efi │ │ │ ├── AudioDxe-64.efi │ │ │ ├── DataHubDxe-64.efi │ │ │ ├── FSInject-64.efi │ │ │ ├── HFSPlus.efi │ │ │ ├── NvmExpressDxe-64.efi │ │ │ ├── VirtualSmc.efi │ │ │ └── apfs.efi │ │ ├── kexts/ │ │ │ └── Other/ │ │ │ ├── AirportBrcmFixup.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── AirportBrcmFixup │ │ │ ├── AppleALC_v1.3.9.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── AppleALC │ │ │ ├── AppleBacklightInjector.kext/ │ │ │ │ └── Contents/ │ │ │ │ └── Info.plist │ │ │ ├── BrcmBluetoothInjector.kext/ │ │ │ │ └── Contents/ │ │ │ │ └── Info.plist │ │ │ ├── BrcmFirmwareData.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── BrcmFirmwareData │ │ │ ├── BrcmPatchRAM2.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── BrcmPatchRAM2 │ │ │ ├── CPUFriend.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── CPUFriend │ │ │ ├── CPUFriendDataProvider.kext/ │ │ │ │ └── Contents/ │ │ │ │ └── Info.plist │ │ │ ├── CodecCommander.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── CodecCommander │ │ │ ├── HWPEnabler.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS/ │ │ │ │ │ └── HWPEnabler │ │ │ │ └── Resources/ │ │ │ │ └── en.lproj/ │ │ │ │ └── InfoPlist.strings │ │ │ ├── HoRNDIS.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS/ │ │ │ │ │ └── HoRNDIS │ │ │ │ ├── Resources/ │ │ │ │ │ └── en.lproj/ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ └── _CodeSignature/ │ │ │ │ └── CodeResources │ │ │ ├── Lilu_v1.3.7.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS/ │ │ │ │ │ └── Lilu │ │ │ │ └── Resources/ │ │ │ │ ├── Headers/ │ │ │ │ │ ├── capstone/ │ │ │ │ │ │ ├── arm.h │ │ │ │ │ │ ├── arm64.h │ │ │ │ │ │ ├── capstone.h │ │ │ │ │ │ ├── mips.h │ │ │ │ │ │ ├── platform.h │ │ │ │ │ │ ├── ppc.h │ │ │ │ │ │ ├── sparc.h │ │ │ │ │ │ ├── systemz.h │ │ │ │ │ │ ├── x86.h │ │ │ │ │ │ └── xcore.h │ │ │ │ │ ├── kern_api.hpp │ │ │ │ │ ├── kern_atomic.hpp │ │ │ │ │ ├── kern_compat.hpp │ │ │ │ │ ├── kern_compression.hpp │ │ │ │ │ ├── kern_config.hpp │ │ │ │ │ ├── kern_cpu.hpp │ │ │ │ │ ├── kern_crypto.hpp │ │ │ │ │ ├── kern_devinfo.hpp │ │ │ │ │ ├── kern_disasm.hpp │ │ │ │ │ ├── kern_efi.hpp │ │ │ │ │ ├── kern_file.hpp │ │ │ │ │ ├── kern_iokit.hpp │ │ │ │ │ ├── kern_mach.hpp │ │ │ │ │ ├── kern_nvram.hpp │ │ │ │ │ ├── kern_patcher.hpp │ │ │ │ │ ├── kern_policy.hpp │ │ │ │ │ ├── kern_rtc.hpp │ │ │ │ │ ├── kern_time.hpp │ │ │ │ │ ├── kern_user.hpp │ │ │ │ │ ├── kern_util.hpp │ │ │ │ │ └── plugin_start.hpp │ │ │ │ └── Library/ │ │ │ │ ├── LegacyIOService.h │ │ │ │ ├── libkmod.a │ │ │ │ ├── plugin_start.cpp │ │ │ │ ├── security/ │ │ │ │ │ ├── _label.h │ │ │ │ │ ├── mac_framework.h │ │ │ │ │ └── mac_policy.h │ │ │ │ └── wrappers/ │ │ │ │ ├── build.tool │ │ │ │ ├── entry32.S │ │ │ │ ├── entry64.S │ │ │ │ └── wrappers.inc │ │ │ ├── RealtekRTL8111.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── RealtekRTL8111 │ │ │ ├── SMCBatteryManager.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── SMCBatteryManager │ │ │ ├── SMCProcessor.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── SMCProcessor │ │ │ ├── USBPorts_7560.kext/ │ │ │ │ └── Contents/ │ │ │ │ └── Info.plist │ │ │ ├── VerbStub.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── VerbStub │ │ │ ├── VirtualSMC.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── VirtualSMC │ │ │ ├── VoodooI2CHID.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── VoodooI2CHID │ │ │ ├── VoodooI2C_v2.1.4.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS/ │ │ │ │ │ └── VoodooI2C │ │ │ │ └── PlugIns/ │ │ │ │ ├── VoodooGPIO.kext/ │ │ │ │ │ └── Contents/ │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── MacOS/ │ │ │ │ │ └── VoodooGPIO │ │ │ │ └── VoodooI2CServices.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── VoodooI2CServices │ │ │ ├── VoodooPS2Controller_v1.8.25.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS/ │ │ │ │ │ └── VoodooPS2Controller │ │ │ │ └── PlugIns/ │ │ │ │ ├── VoodooPS2Keyboard.kext/ │ │ │ │ │ └── Contents/ │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── MacOS/ │ │ │ │ │ └── VoodooPS2Keyboard │ │ │ │ ├── VoodooPS2Mouse.kext/ │ │ │ │ │ └── Contents/ │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── MacOS/ │ │ │ │ │ └── VoodooPS2Mouse │ │ │ │ └── VoodooPS2Trackpad.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS/ │ │ │ │ └── VoodooPS2Trackpad │ │ │ └── WhateverGreen_v1.3.0.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── WhateverGreen │ │ ├── misc/ │ │ │ ├── HdaCodec#0 (Realtek ALC256).txt │ │ │ ├── HdaCodec#1 (Realtek ALC256).txt │ │ │ └── HdaCodec#2 (Intel Kaby Lake HDMI).txt │ │ ├── themes/ │ │ │ ├── Hackintosh_ID/ │ │ │ │ ├── force.txt │ │ │ │ ├── icons/ │ │ │ │ │ ├── Alternate/ │ │ │ │ │ │ ├── os_mac.icns │ │ │ │ │ │ └── os_mac_rec_hd.icns │ │ │ │ │ ├── boot_linux.icns │ │ │ │ │ ├── boot_win.icns │ │ │ │ │ ├── boot_win8.icns │ │ │ │ │ ├── cd.icns │ │ │ │ │ ├── cd_lin.icns │ │ │ │ │ ├── cd_mac.icns │ │ │ │ │ ├── cd_win.icns │ │ │ │ │ ├── os_arch.icns │ │ │ │ │ ├── os_cap.icns │ │ │ │ │ ├── os_centos.icns │ │ │ │ │ ├── os_chrome.icns │ │ │ │ │ ├── os_clover.icns │ │ │ │ │ ├── os_cougar.icns │ │ │ │ │ ├── os_debian.icns │ │ │ │ │ ├── os_deepin.icns │ │ │ │ │ ├── os_ecomstation.icns │ │ │ │ │ ├── os_endless.icns │ │ │ │ │ ├── os_eos.icns │ │ │ │ │ ├── os_fedora.icns │ │ │ │ │ ├── os_freebsd.icns │ │ │ │ │ ├── os_freedos.icns │ │ │ │ │ ├── os_gentoo.icns │ │ │ │ │ ├── os_grub.icns │ │ │ │ │ ├── os_hsierra.icns │ │ │ │ │ ├── os_kali.icns │ │ │ │ │ ├── os_knoppix.icns │ │ │ │ │ ├── os_kubuntu.icns │ │ │ │ │ ├── os_legacy.icns │ │ │ │ │ ├── os_leo.icns │ │ │ │ │ ├── os_linux.icns │ │ │ │ │ ├── os_lion.icns │ │ │ │ │ ├── os_mac.icns │ │ │ │ │ ├── os_mac.orig.icns │ │ │ │ │ ├── os_manjaro.icns │ │ │ │ │ ├── os_mav.icns │ │ │ │ │ ├── os_mint.icns │ │ │ │ │ ├── os_moja.icns │ │ │ │ │ ├── os_mojave.icns │ │ │ │ │ ├── os_netbsd.icns │ │ │ │ │ ├── os_openbsd.icns │ │ │ │ │ ├── os_pclinux.icns │ │ │ │ │ ├── os_phoenix.icns │ │ │ │ │ ├── os_puppy.icns │ │ │ │ │ ├── os_react.icns │ │ │ │ │ ├── os_recovery.icns │ │ │ │ │ ├── os_redhat.icns │ │ │ │ │ ├── os_remix.icns │ │ │ │ │ ├── os_sierra.icns │ │ │ │ │ ├── os_slackware.icns │ │ │ │ │ ├── os_snow.icns │ │ │ │ │ ├── os_solaris.icns │ │ │ │ │ ├── os_suse.icns │ │ │ │ │ ├── os_tiger.icns │ │ │ │ │ ├── os_ubuntu.icns │ │ │ │ │ ├── os_unknown.icns │ │ │ │ │ ├── os_vista.icns │ │ │ │ │ ├── os_win.icns │ │ │ │ │ ├── os_xubuntu.icns │ │ │ │ │ ├── os_yos.icns │ │ │ │ │ ├── os_zorin.icns │ │ │ │ │ ├── pointer.icns │ │ │ │ │ ├── vol_clover.icns │ │ │ │ │ ├── vol_external.icns │ │ │ │ │ ├── vol_firewire.icns │ │ │ │ │ ├── vol_internal.icns │ │ │ │ │ ├── vol_internal_apfs.icns │ │ │ │ │ ├── vol_internal_ext3.icns │ │ │ │ │ ├── vol_internal_hfs.icns │ │ │ │ │ ├── vol_internal_ntfs.icns │ │ │ │ │ ├── vol_optical.icns │ │ │ │ │ └── vol_recovery.icns │ │ │ │ └── theme.plist │ │ │ └── SimpleThemeDark/ │ │ │ ├── .hash │ │ │ ├── icons/ │ │ │ │ ├── cd_lin.icns │ │ │ │ ├── cd_mac.icns │ │ │ │ ├── cd_win.icns │ │ │ │ ├── os_arch.icns │ │ │ │ ├── os_clover.icns │ │ │ │ ├── os_freebsd.icns │ │ │ │ ├── os_legacy.icns │ │ │ │ ├── os_linux.icns │ │ │ │ ├── os_mac.icns │ │ │ │ ├── os_recovery.icns │ │ │ │ ├── os_sierra.icns │ │ │ │ ├── os_ubuntu.icns │ │ │ │ ├── os_unknown.icns │ │ │ │ ├── os_win.icns │ │ │ │ ├── os_win7.icns │ │ │ │ ├── pointer.icns │ │ │ │ ├── tool_shell.icns │ │ │ │ ├── vol_clover.icns │ │ │ │ ├── vol_external.icns │ │ │ │ ├── vol_firewire.icns │ │ │ │ ├── vol_internal.icns │ │ │ │ ├── vol_internal_ext3.icns │ │ │ │ ├── vol_internal_hfs.icns │ │ │ │ ├── vol_internal_ntfs.icns │ │ │ │ ├── vol_optical.icns │ │ │ │ └── vol_recovery.icns │ │ │ └── theme.plist │ │ └── tools/ │ │ ├── Shell32.efi │ │ ├── Shell64.efi │ │ ├── Shell64U.efi │ │ └── bdmesg.efi │ └── Clover_Install_Log.txt ├── HIDPI/ │ └── DisplayVendorID-dae/ │ ├── DisplayProductID-15e0 │ ├── DisplayProductID-15e0-9d9da0.tiff │ ├── DisplayProductID-15e0_hidpi │ └── Icons.plist ├── README.md ├── README的副本.md ├── Tools/ │ ├── archey │ ├── bdmesg │ └── usb_Ports ├── hda-tools/ │ ├── Extract_ALC256/ │ │ ├── Platforms.plist │ │ └── ahhcd.plist │ ├── ccc │ ├── codecgraph │ ├── codecgraph.1 │ ├── codecgraph.py │ ├── config_dump.sh │ ├── convert.sh │ ├── eapd_dump.sh │ ├── extract_hda.sh │ ├── gen_ahhcd.sh │ ├── getdump │ ├── hda-verb │ ├── node_dump.sh │ ├── print_version.sh │ ├── verbit.sh │ └── widget_dump.sh ├── refind/ │ ├── drivers_aa64/ │ │ ├── LICENSE.txt │ │ ├── LICENSE_GPL.txt │ │ ├── btrfs_aa64.efi │ │ ├── ext2_aa64.efi │ │ ├── ext4_aa64.efi │ │ ├── hfs_aa64.efi │ │ ├── iso9660_aa64.efi │ │ ├── ntfs_aa64.efi │ │ └── reiserfs_aa64.efi │ ├── drivers_ia32/ │ │ ├── LICENSE.txt │ │ ├── LICENSE_GPL.txt │ │ ├── btrfs_ia32.efi │ │ ├── ext2_ia32.efi │ │ ├── ext4_ia32.efi │ │ ├── hfs_ia32.efi │ │ ├── iso9660_ia32.efi │ │ ├── ntfs_ia32.efi │ │ └── reiserfs_ia32.efi │ ├── drivers_x64/ │ │ ├── LICENSE.txt │ │ ├── LICENSE_GPL.txt │ │ ├── btrfs_x64.efi │ │ ├── ext2_x64.efi │ │ ├── ext4_x64.efi │ │ ├── hfs_x64.efi │ │ ├── iso9660_x64.efi │ │ ├── ntfs_x64.efi │ │ └── reiserfs_x64.efi │ ├── icons/ │ │ ├── README │ │ └── licenses/ │ │ ├── cc-3.0.txt │ │ ├── gpl-2.0.txt │ │ └── lgpl-3.0.txt │ ├── icons-backup/ │ │ ├── README │ │ └── licenses/ │ │ ├── cc-3.0.txt │ │ ├── gpl-2.0.txt │ │ └── lgpl-3.0.txt │ ├── keys/ │ │ ├── SLES-UEFI-CA-Certificate.cer │ │ ├── altlinux.cer │ │ ├── canonical-uefi-ca.der │ │ ├── centos.cer │ │ ├── fedora-ca.cer │ │ ├── microsoft-kekca-public.der │ │ ├── microsoft-pca-public.der │ │ ├── microsoft-uefica-public.der │ │ ├── openSUSE-UEFI-CA-Certificate-4096.cer │ │ ├── openSUSE-UEFI-CA-Certificate.cer │ │ └── refind.cer │ ├── refind.conf │ ├── refind.conf-sample │ ├── refind_aa64.efi │ ├── refind_ia32.efi │ ├── refind_x64.efi │ ├── shellx64.efi │ ├── tools_ia32/ │ │ └── gptsync_ia32.efi │ └── tools_x64/ │ └── gptsync_x64.efi └── ubuntu/ ├── fbx64.efi ├── fwupx64.efi ├── grub.cfg ├── grubx64.efi ├── mmx64.efi └── shimx64.efi