实例介绍
黑苹果10.15.x系统efi文件,
【实例截图】
【核心代码】
4744300845212509648.7z
└── EFI
├── BOOT
│ └── BOOTX64.efi
├── CLOVER
│ ├── ACPI
│ │ ├── origin
│ │ │ ├── DSDT.aml
│ │ │ ├── SSDT-0-QUANTA.aml
│ │ │ ├── SSDT-1-QUANTA.aml
│ │ │ ├── SSDT-2-QUANTA.aml
│ │ │ ├── SSDT-3-QUANTA.aml
│ │ │ └── SSDT-4-QUANTA.aml
│ │ ├── patched
│ │ │ ├── SSDT-ALS0.aml
│ │ │ ├── SSDT-BATT.aml
│ │ │ ├── SSDT-DDA.aml
│ │ │ ├── SSDT-DEHCI.aml
│ │ │ ├── SSDT-EH01.aml
│ │ │ ├── SSDT-EH02.aml
│ │ │ ├── SSDT-Fn.aml
│ │ │ ├── SSDT-GPRW.aml
│ │ │ ├── SSDT-HDAU.aml
│ │ │ ├── SSDT-HDEF.aml
│ │ │ ├── SSDT-IGPU.aml
│ │ │ ├── SSDT-LPC.aml
│ │ │ ├── SSDT-OFFNV.aml
│ │ │ ├── SSDT-PNLF.aml
│ │ │ ├── SSDT-PTSWAK.aml
│ │ │ ├── SSDT-RMCF.aml
│ │ │ ├── SSDT-RMDT.aml
│ │ │ ├── SSDT-SATA.aml
│ │ │ ├── SSDT-SMBUS.aml
│ │ │ ├── SSDT-XCPM.aml
│ │ │ └── SSDT-XHC.aml
│ │ ├── SSDT-IGPU.aml
│ │ └── WINDOWS
│ ├── CLOVERX64.efi
│ ├── config.plist
│ ├── doc
│ │ ├── bcfg.txt
│ │ ├── boot1f32-install.sh
│ │ ├── HowToFixDsdt.txt
│ │ ├── HowToInstallOSX.txt
│ │ └── UEFI boot with Clover.rtf
│ ├── drivers
│ │ └── UEFI
│ │ ├── ApfsDriverLoader.efi
│ │ ├── HFSPlus.efi
│ │ ├── OsxAptioFix3Drv.efi
│ │ └── VirtualSmc.efi
│ ├── KEXT
│ │ └── IO80211Family.kext
│ │ └── Contents
│ │ ├── _CodeSignature
│ │ │ └── CodeResources
│ │ ├── Info.plist
│ │ ├── MacOS
│ │ │ └── IO80211Family
│ │ └── PlugIns
│ │ ├── AirPortAtheros40.kext
│ │ │ └── Contents
│ │ │ ├── _CodeSignature
│ │ │ │ └── CodeResources
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── AirPortAtheros40
│ │ │ └── version.plist
│ │ ├── AirPortBrcm4331.kext
│ │ │ └── Contents
│ │ │ ├── _CodeSignature
│ │ │ │ └── CodeResources
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── AirPortBrcm4331
│ │ │ └── version.plist
│ │ ├── AirPortBrcm4360.kext
│ │ │ └── Contents
│ │ │ ├── _CodeSignature
│ │ │ │ └── CodeResources
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── AirPortBrcm4360
│ │ │ └── version.plist
│ │ └── AirPortBrcmNIC.kext
│ │ └── Contents
│ │ ├── _CodeSignature
│ │ │ └── CodeResources
│ │ ├── Info.plist
│ │ └── MacOS
│ │ └── AirPortBrcmNIC
│ ├── kexts
│ │ ├── 10.11
│ │ ├── 10.12
│ │ ├── 10.13
│ │ ├── 10.14
│ │ ├── 10.15
│ │ ├── IO80211Family.kext
│ │ │ └── Contents
│ │ │ ├── _CodeSignature
│ │ │ │ └── CodeResources
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── IO80211Family
│ │ │ └── PlugIns
│ │ │ ├── AirPortAtheros40.kext
│ │ │ │ └── Contents
│ │ │ │ ├── _CodeSignature
│ │ │ │ │ └── CodeResources
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── AirPortAtheros40
│ │ │ │ └── version.plist
│ │ │ ├── AirPortBrcm4331.kext
│ │ │ │ └── Contents
│ │ │ │ ├── _CodeSignature
│ │ │ │ │ └── CodeResources
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── AirPortBrcm4331
│ │ │ │ └── version.plist
│ │ │ ├── AirPortBrcm4360.kext
│ │ │ │ └── Contents
│ │ │ │ ├── _CodeSignature
│ │ │ │ │ └── CodeResources
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── AirPortBrcm4360
│ │ │ │ └── version.plist
│ │ │ └── AirPortBrcmNIC.kext
│ │ │ └── Contents
│ │ │ ├── _CodeSignature
│ │ │ │ └── CodeResources
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── AirPortBrcmNIC
│ │ ├── Off
│ │ └── Other
│ │ ├── AirportBrcmFixup.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── AirportBrcmFixup
│ │ ├── AppleALC.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── AppleALC
│ │ ├── ApplePS2SmartTouchPad.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── ApplePS2SmartTouchPad
│ │ │ └── PlugIns
│ │ │ ├── ApplePS2Controller.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ └── MacOS
│ │ │ │ └── ApplePS2Controller
│ │ │ └── ApplePS2Keyboard.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── ApplePS2Keyboard
│ │ ├── BrcmBluetoothInjector.kext
│ │ │ └── Contents
│ │ │ └── Info.plist
│ │ ├── BrcmFirmwareData.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── BrcmFirmwareData
│ │ ├── BrcmPatchRAM2.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── BrcmPatchRAM2
│ │ ├── FakePCIID_Intel_HDMI_Audio.kext
│ │ │ └── Contents
│ │ │ └── Info.plist
│ │ ├── FakePCIID.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── FakePCIID
│ │ ├── HibernationFixup.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── HibernationFixup
│ │ ├── IO80211Family.kext
│ │ │ └── Contents
│ │ │ ├── _CodeSignature
│ │ │ │ └── CodeResources
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── IO80211Family
│ │ │ └── PlugIns
│ │ │ ├── AirPortAtheros40.kext
│ │ │ │ └── Contents
│ │ │ │ ├── _CodeSignature
│ │ │ │ │ └── CodeResources
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── AirPortAtheros40
│ │ │ │ └── version.plist
│ │ │ ├── AirPortBrcm4331.kext
│ │ │ │ └── Contents
│ │ │ │ ├── _CodeSignature
│ │ │ │ │ └── CodeResources
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── AirPortBrcm4331
│ │ │ │ └── version.plist
│ │ │ ├── AirPortBrcm4360.kext
│ │ │ │ └── Contents
│ │ │ │ ├── _CodeSignature
│ │ │ │ │ └── CodeResources
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── AirPortBrcm4360
│ │ │ │ └── version.plist
│ │ │ └── AirPortBrcmNIC.kext
│ │ │ └── Contents
│ │ │ ├── _CodeSignature
│ │ │ │ └── CodeResources
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── AirPortBrcmNIC
│ │ ├── Lilu.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── Lilu
│ │ ├── RealtekRTL8111.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── RealtekRTL8111
│ │ │ └── Resources
│ │ │ └── en.lproj
│ │ │ └── InfoPlist.strings
│ │ ├── SMCBatteryManager.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── SMCBatteryManager
│ │ ├── USBPorts.kext
│ │ │ └── Contents
│ │ │ └── Info.plist
│ │ ├── VirtualSMC.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── VirtualSMC
│ │ ├── WhateverGreen.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── WhateverGreen
│ │ └── 褰掓。.zip
│ ├── misc
│ ├── OEM
│ │ └── SystemProductName
│ │ ├── config-sample.plist
│ │ └── UEFI
│ │ └── config-sample.plist
│ ├── readme.md
│ ├── ROM
│ ├── themes
│ │ ├── catalina
│ │ │ ├── background.png
│ │ │ ├── checkbox_checked.png
│ │ │ ├── checkbox.png
│ │ │ ├── Font_DroidSans_16pt_WhiteFx.png
│ │ │ ├── icons
│ │ │ │ ├── boot_linux.icns
│ │ │ │ ├── boot_win8.icns
│ │ │ │ ├── boot_win.icns
│ │ │ │ ├── cd.icns
│ │ │ │ ├── cd_lin.icns
│ │ │ │ ├── cd_mac.icns
│ │ │ │ ├── cd_win.icns
│ │ │ │ ├── func_about.png
│ │ │ │ ├── func_clover.png
│ │ │ │ ├── func_help.png
│ │ │ │ ├── func_options.png
│ │ │ │ ├── func_reset.png
│ │ │ │ ├── func_shell.png
│ │ │ │ ├── func_shutdown.png
│ │ │ │ ├── os_arch.icns
│ │ │ │ ├── os_bsd.icns
│ │ │ │ ├── os_cap.icns
│ │ │ │ ├── os_cata.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_ghostbsd.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_manjaro.icns
│ │ │ │ ├── os_mav.icns
│ │ │ │ ├── os_mint.icns
│ │ │ │ ├── os_moja.icns
│ │ │ │ ├── os_moja_night.icns
│ │ │ │ ├── os_mx.icns
│ │ │ │ ├── os_neon.icns
│ │ │ │ ├── os_netbsd.icns
│ │ │ │ ├── os_openbsd.icns
│ │ │ │ ├── os_parrot.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_solus.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
│ │ │ │ ├── pointer.png
│ │ │ │ ├── tool_shell.png
│ │ │ │ ├── vol_clover.icns
│ │ │ │ ├── vol_external.icns
│ │ │ │ ├── vol_firewire.icns
│ │ │ │ ├── vol_internal_apfs.icns
│ │ │ │ ├── vol_internal_ext3.icns
│ │ │ │ ├── vol_internal_hfs.icns
│ │ │ │ ├── vol_internal.icns
│ │ │ │ ├── vol_internal_ntfs.icns
│ │ │ │ ├── vol_optical.icns
│ │ │ │ └── vol_recovery.icns
│ │ │ ├── logo.png
│ │ │ ├── radio_button.png
│ │ │ ├── radio_button_selected.png
│ │ │ ├── screenshot.png
│ │ │ ├── scrollbar
│ │ │ │ ├── bar_end.png
│ │ │ │ ├── bar_fill.png
│ │ │ │ ├── bar_start.png
│ │ │ │ ├── down_button.png
│ │ │ │ ├── scroll_end.png
│ │ │ │ ├── scroll_fill.png
│ │ │ │ ├── scroll_start.png
│ │ │ │ └── up_button.png
│ │ │ ├── Selection_big.png
│ │ │ ├── Selection_small.png
│ │ │ ├── sound_night.wav
│ │ │ ├── sound.wav
│ │ │ └── theme.plist
│ │ ├── embedded
│ │ │ ├── screenshot.png
│ │ │ └── theme.plist
│ │ ├── logo_main.png
│ │ ├── pointer-metal.png
│ │ └── random
│ │ └── theme.plist
│ └── tools
│ ├── bdmesg.efi
│ ├── Shell32.efi
│ ├── Shell64.efi
│ └── Shell64U.efi
└── 硬件+分区信息备份.7z
145 directories, 247 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论