CodeRooster 发表于 2022-2-25 14:26

Hackintosh-黑苹果常用工具收集整理

# Hackintosh-黑苹果-工具


## 工具

- (https://github.com/corpnewt/gibMacOS)

- (https://www.balena.io/etcher/)
        - (https://github.com/balena-io/etcher)

- (https://github.com/CloverHackyColor/CloverBootloader)
- (https://mackie100projects.altervista.org/opencore-configurator/)       
- [黑苹果引导工具 Clover 配置详解](https://blog.csdn.net/huangmindong/article/details/73930844)
- (https://blog.csdn.net/geekmubai/article/details/81608491)


- (https://github.com/acidanthera/OpenCorePkg)
- (https://mackie100projects.altervista.org/download-opencore-configurator/)
- (https://dortania.github.io/OpenCore-Install-Guide/installation/installation-process.html#macos-installer)
- (https://opencore.slowgeek.com/)
- (https://github.com/Pavo-IM/OC-Gen-X)
- [各版本下载地址](https://github.com/Pavo-IM/OC-Gen-X/releases)
- (https://dortania.github.io/OpenCore-Install-Guide/)
- OpenCore主题包
        - [](https://github.com/chris1111/My-Simple-OC-Themes)
        - [](https://github.com/LuckyCrack/OpenCore-Themes)
        - [](https://github.com/Xmingbai/hackintosh-opencore--UI-theme)
        - (https://github.com/blackosx/OpenCanopyIconPacks)

        - [](https://www.mfpud.com/opencore/octheme)


- (https://github.com/corpnewt/ProperTree)
- (https://www.fatcatsoftware.com/plisteditpro/)

- (https://github.com/corpnewt/SSDTTime)


- [非官方自动化黑苹果常用驱动编译,每 8 小时更新一次。](https://github.com/topics/intelmausiethernet)
        - [](https://github.com/ClayMoreBoy/Hackintosh-kext-factory)
        - [](https://github.com/starnetworkstudio/Hackintosh-Kext-Factory)

- (https://github.com/acidanthera/AppleALC)
- (https://github.com/athlonreg/AppleALC-ALCPlugFix)
- (https://github.com/daliansky/dell7000/blob/master/hda-tools/verbit.sh)
- (https://github.com/cmatsuoka/codecgraph)
> 安装codecgraph所需要的依赖程序 brew install graphviz

- (https://sourceforge.net/projects/voodoohda/)
- (https://github.com/yahgoo/installVoodooHDA4BSnMont)

- (https://github.com/sniki/OS-X-USB-Inject-All)
- (https://sourceforge.net/projects/voodoohda/files/)

- (https://github.com/acidanthera/OcBinaryData)
- (https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- (https://github.com/acidanthera/BrcmPatchRAM)

- (https://github.com/acidanthera/gfxutil/)
- [让Monterey B7及以上版本支持Kepler独显:GeForce Kepler Patcher](https://github.com/chris1111/Geforce-Kepler-patcher)

- (https://github.com/chris1111/Wireless-USB-OC-Big-Sur-Adapter)

- (https://github.com/chris1111/Legacy-Video-patch)
- (https://bitbucket.org/RehabMan/os-x-fake-pci-id)
- (https://github.com/RehabMan/OS-X-Fake-PCI-ID)

- (https://www.joshuawise.com/horndis#horndisusb_tethering_driver_for_mac_os_x)

- [宪武的热补丁OC-little)](https://github.com/daliansky/OC-little)

- [电池管理驱动ECEnabler.kext](https://github.com/1Revenger1/ECEnabler/releases)

- (https://github.com/acidanthera/HibernationFixup)
- (https://github.com/acidanthera/CpuTscSync)

- (https://github.com/osy86/USBWakeFixup)

- (https://mac.filehorse.com/download-ioregistryexplorer/download/)
- (https://bbs.pcbeta.com/viewthread-1156924-1-1.html)
- (https://www.fatcatsoftware.com/plisteditpro/)


- (https://github.com/Andrej-Antipov/Kext-Install-Utility/)

- [声卡ID查询](https://github.com/acidanthera/AppleALC/wiki/Supported-codecs)
- [显卡ID查询](https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.cn.md)

- (https://www.mydrivers.com/zhuanti/tianti/cpu/)
- [免驱显卡速查表](https://pan.baidu.com/s/1sKPWkwDmV5Dvnhb9wem97g)
        > 提取码: AFTX
- [英伟达显卡驱动](https://pan.baidu.com/s/1ADG217xG2Dje7PjzIjP6uA)
        > 提取码: AFTX

## 常用命令

+ SIP设置
```
recovery(恢复模式)下,解锁SIP
# 查看SIP状态
$ csrutil status
System Integrity Protection status: enable/disabled.

注意:如果是 enable ,代表SIP开启;
       如果是 disabled ,代表SIP关闭,即解锁SIP。

关机重启,进入OpenCore引导选择界面,进入recovery模式,打开工具->终端;执行以下命令
        csrutil disable
        csrutil authenticated-root disable

```

+ 查看加载kexts状态
```
kextstat | grep -E "AppleHDA|Lilu"

kextstat | grep -v "com.apple"                      显示除了苹果之外的驱动加载
kextstat | grep -v "com.apple" | grep -v "Energy"   查看加载的非官方驱动

ioreg -l | grep layout-id 查看注入id值
```




补充内容 (2022-5-25 18:25):
- (https://github.com/OlarilaHackintosh/OpenCore_NO_ACPI)
- (https://gitee.com/btwise/OpenCore_NO_ACPI)

彼采葛兮 发表于 2022-3-4 22:31


谢谢楼主,感谢分享,解决了我折腾了好久的大问题{:5_260:}

heiyan0713 发表于 2022-3-23 00:42

非常感谢分享!

ljb091qd 发表于 2022-3-27 14:14

谢谢楼主分享!

yizhilingww 发表于 2022-4-1 22:44



谢谢楼主,感谢分享

kingsonwu 发表于 2022-4-14 09:06

感谢分享,收藏了

linyunfeng 发表于 2022-4-15 14:47

感谢分享,收藏了

uihcc 发表于 2022-4-16 20:47

感谢分享,先收藏了。

youngo 发表于 2022-4-17 11:51

感谢整理,收藏起来

cc沐然 发表于 2022-4-17 15:49

感谢整理,收藏起来

weiwan8 发表于 2022-4-18 08:50

感谢整理分享,收藏了

empty99 发表于 2022-4-25 11:26


非常感谢分享!

Minoriri 发表于 2022-5-5 15:26

谢谢楼主,感谢分享

Minoriri 发表于 2022-5-5 20:00

感谢楼主无私分享!!!

18624320906 发表于 2022-5-17 12:51

牛的一批,楼主细致

ygbx1970 发表于 2022-5-19 21:58

谢谢分享,楼主威武

CodeRooster 发表于 2022-6-1 13:27

# Hackintosh-黑苹果-工具


## 工具
- (https://blog.daliansky.net/MacOS-installation-tutorial-XiaoMi-Pro-installation-process-records.html)

- (https://github.com/corpnewt/gibMacOS)

- (http://mirrors.dtops.cc/ISO/MacOS/)

- [计算文件的 MD5 哈希值工具 winmd5](http://www.winmd5.com)

- [启动U盘制作工具 Etcher](https://www.balena.io/etcher/)
        - (https://github.com/balena-io/etcher)

- (https://github.com/CloverHackyColor/CloverBootloader)
- (https://mackie100projects.altervista.org/opencore-configurator/)       
- [黑苹果引导工具 Clover 配置详解](https://blog.csdn.net/huangmindong/article/details/73930844)
- [带有 Intel 显卡的普通笔记本电脑的 config.plist 文件 OS-X-Clover-Laptop-Config](https://github.com/RehabMan/OS-X-Clover-Laptop-Config)
- (https://blog.csdn.net/geekmubai/article/details/81608491)
- [[指南] 在笔记本电脑上使用 Clover 启动 OS X 安装程序](http://www.tonymacx86.com/el-capitan-laptop-support/148093-guide-booting-os-x-installer-laptops-clover.html)

- (https://github.com/acidanthera/OpenCorePkg)
- (https://mackie100projects.altervista.org/download-opencore-configurator/)
- (https://github.com/ic005k/OCAuxiliaryTools)
- (https://dortania.github.io/OpenCore-Install-Guide/installation/installation-process.html#macos-installer)
- (https://opencore.slowgeek.com/)
- (https://github.com/Pavo-IM/OC-Gen-X)
- [各版本下载地址](https://github.com/Pavo-IM/OC-Gen-X/releases)
- (https://dortania.github.io/OpenCore-Install-Guide/)
- OpenCore主题包
        - (https://github.com/chris1111/My-Simple-OC-Themes)
        - (https://github.com/LuckyCrack/OpenCore-Themes)
        - (https://github.com/Xmingbai/hackintosh-opencore--UI-theme)
        - (https://github.com/blackosx/OpenCanopyIconPacks)
        - (https://www.mfpud.com/opencore/octheme)

- (https://github.com/OlarilaHackintosh/OpenCore_NO_ACPI)
- (https://gitee.com/btwise/OpenCore_NO_ACPI)
- [ 【持续更新】【03.08更新】OpenCore0.7.9-MOD+OCC2.58.0更新](https://bbs.pcbeta.com/viewthread-1838814-1-1.html)

- (https://github.com/corpnewt/ProperTree)
- (https://www.fatcatsoftware.com/plisteditpro/)

- (https://github.com/corpnewt/SSDTTime)
- [编译好的通用ACPI](https://github.com/dortania/Getting-Started-With-ACPI)

- [黑苹果瑞士军刀 hackintool](https://github.com/headkaze/Hackintool)

- [非官方自动化黑苹果常用驱动编译,每 8 小时更新一次。](https://github.com/topics/intelmausiethernet)
        - [](https://github.com/ClayMoreBoy/Hackintosh-kext-factory)
        - [](https://github.com/starnetworkstudio/Hackintosh-Kext-Factory)

- (https://github.com/acidanthera/AppleALC)
- (https://github.com/athlonreg/AppleALC-ALCPlugFix)
- (https://github.com/daliansky/dell7000/blob/master/hda-tools/verbit.sh)
- (https://github.com/cmatsuoka/codecgraph)
> 安装codecgraph所需要的依赖程序 brew install graphviz

- (https://sourceforge.net/projects/voodoohda/)
- (https://github.com/yahgoo/installVoodooHDA4BSnMont)

- (https://github.com/sniki/OS-X-USB-Inject-All)
- (https://sourceforge.net/projects/voodoohda/files/)
- [万能声卡驱动 VoodooHDA](https://github.com/chris1111/VoodooHDA-2.9.2-Clover-V15)
- [万能声卡驱动 VoodooHDA-OC](https://github.com/chris1111/VoodooHDA-OC)

- (https://github.com/acidanthera/OcBinaryData)
- (https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- (https://github.com/acidanthera/BrcmPatchRAM)

- (https://github.com/acidanthera/gfxutil/)
- [让Monterey B7及以上版本支持Kepler独显:GeForce Kepler Patcher](https://github.com/chris1111/Geforce-Kepler-patcher)

- (https://github.com/chris1111/Wireless-USB-OC-Big-Sur-Adapter)

- (https://github.com/chris1111/Legacy-Video-patch)
- (https://bitbucket.org/RehabMan/os-x-fake-pci-id)
- (https://github.com/RehabMan/OS-X-Fake-PCI-ID)

- (https://www.joshuawise.com/horndis#horndisusb_tethering_driver_for_mac_os_x)

- [宪武的热补丁OC-little)](https://github.com/daliansky/OC-little)

- [电池管理驱动ECEnabler.kext](https://github.com/1Revenger1/ECEnabler/releases)

- (https://github.com/acidanthera/HibernationFixup)
- (https://github.com/acidanthera/CpuTscSync)

- (https://github.com/osy86/USBWakeFixup)

- (https://mac.filehorse.com/download-ioregistryexplorer/download/)
- (https://bbs.pcbeta.com/viewthread-1156924-1-1.html)
- (https://www.fatcatsoftware.com/plisteditpro/)

- (https://github.com/headkaze/PinConfigurator)

- (https://github.com/Andrej-Antipov/Kext-Install-Utility/)

- [声卡ID查询](https://github.com/acidanthera/AppleALC/wiki/Supported-codecs)
- [显卡ID查询](https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.cn.md)

- (https://www.mydrivers.com/zhuanti/tianti/cpu/)
- [免驱显卡速查表](https://pan.baidu.com/s/1sKPWkwDmV5Dvnhb9wem97g)
        > 提取码: AFTX
- [英伟达显卡驱动](https://pan.baidu.com/s/1ADG217xG2Dje7PjzIjP6uA)
        > 提取码: AFTX

- (https://mac.filehorse.com/download-intel-power-gadget/download/)
        > 改了磁盘名字但是OC引导项名字没变装下这个重启可以发现变了

- [ USB 映射工具 USBToolBox](https://github.com/USBToolBox/tool)
- [驱动 OS-X-USB-Inject-All](https://bitbucket.org/RehabMan/os-x-usb-inject-all/downloads/)
- (https://github.com/RehabMan/Laptop-DSDT-Patch)
- [补丁 OC-little](https://github.com/daliansky/OC-little)
- [补丁 P-little](https://github.com/daliansky/P-little)
- [无线 USB 适配器 Clover Wireless USB Adapter Clover](https://github.com/chris1111/Wireless-USB-Adapter-Clover)

- [基于 OpenBSD 项目的适用于 macOS 的英特尔 Wi-Fi 适配器内核扩展 itlwm](https://github.com/zxystd/itlwm)

- [一键开启 macOS HiDPI one-key-hidpi](https://github.com/xzhih/one-key-hidpi)
- (https://github.com/zxystd/IntelBluetoothFirmware)

## 社区

- [远景论坛](https://bbs.pcbeta.com/)
- [黑果小兵的部落阁](https://blog.daliansky.net)
- (https://applelife.ru/)


## 常用命令

+ SIP设置
```bash
recovery(恢复模式)下,解锁SIP
# 查看SIP状态
$ csrutil status
System Integrity Protection status: enable/disabled.

注意:如果是 enable ,代表SIP开启;
       如果是 disabled ,代表SIP关闭,即解锁SIP。

关机重启,进入OpenCore引导选择界面,进入recovery模式,打开工具->终端;执行以下命令
        csrutil disable
        csrutil authenticated-root disable

```

+ 查看加载kexts状态
```bash
kextstat | grep -E "AppleHDA|Lilu"

kextstat | grep -v "com.apple"                      显示除了苹果之外的驱动加载
kextstat | grep -v "com.apple" | grep -v "Energy"   查看加载的非官方驱动

ioreg -l | grep layout-id 查看注入id值
```

+ 临时清除更新标记
```bash
# 临时清除系统更新标记
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
Killall Dock

#清除更新标记(数字角标)
defaults write com.apple.appstored.plist BadgeCount 0
Killall Dock

```

+ 启动台也可以设置应用的列和宽,使用如下命令即可:
```bash
# 设置列数为 9
defaults write com.apple.dock springboard-columns -int 9

# 设置行数为 6
defaults write com.apple.dock springboard-rows -int 6

# 重启 Dock 生效
killall Dock

# 恢复默认的列数和行数
defaults write com.apple.dock springboard-rows Default
defaults write com.apple.dock springboard-columns Default

# 重启 Dock 生效
killall Dock
````

## 其他

- (https://blog.xjn819.com/?p=317)
- [显示器设备图标数据库 macOS-Displays-icon](https://github.com/lihaoyun6/macOS-Displays-icon)

jzf387897543 发表于 2022-6-12 11:00

感谢楼主的分享,收藏了!

dujinlong212022 发表于 2022-6-17 22:29

谢谢楼主 哈哈哈 不用乱下载了

zhangfanit 发表于 2022-6-30 09:45

收藏,谢谢楼主 哈哈哈 不用乱下载了
页: [1] 2
查看完整版本: Hackintosh-黑苹果常用工具收集整理