I heard enoch has capability of the clover to patch in the fly kext.
How to use it? i cant find the manual regarding this?
any examples?
like yhis patch, courtesy of lisai9093 and ceckpawon (insanelymac), will lessen the severity.
Comment: Boot graphics glitch, 10.10.x/10.11.x (credit lisai9093, cecekpawon)
Name: IOGraphicsFamily
Find: <01000075 17>
Replace: <010000eb 17>
in clover config.plist :
tin
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Boot graphics glitch, (credit lisai9093, cecekpawon)</string>
<key>Disabled</key>
<true/>
<key>Find</key>
<data>AQAAdRc=</data>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>AQAA6xc=</data>
</dict>
</array>
how to practice this in enoch?