Jump to content

Clover patch for AppleIntelSNBGraphicsFB


RCOO
 Share

8 posts in this topic

Recommended Posts

Whenever I update my OS X version I have to manually edit AppleIntelSNBGraphicsFB.kext binary.

 

I replace: 

0102 0400 1007 0000 1007 0000 
0503 0000 0200 0000 3000 0000 
0205 0000 0004 0000 0700 0000 
0304 0000 0004 0000 0900 0000 
0406 0000 0004 0000 0900 0000

with:

0102 0300 1007 0000 1007 0000 
0503 0000 0200 0000 3000 0000 
0205 0000 0008 0000 0600 0000 
0602 0000 0001 0000 0900 0000 
0000 0000 0000 0000 0000 0000

Is there a way I can have clover patch it for me, keeping the native Kext?

 

Thanks

Link to comment
Share on other sites

I saw that, but how do I convert to the notation that is required by Clover? cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY for example. I only have the numeral codes.

Link to comment
Share on other sites

cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY for example. I only have the numeral codes.

 

Correct!

 

I say that because Slice's example:

    <key>KernelAndKextPatches</key>
    <dict>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Power state 1 - 0</string>
                <key>Name</key>
                <string>AppleIntelHDGraphicsFB</string>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Find</key>
                <data>PGtleT5Qb3dlclN0YXRlczwva2V5PjxpbnRlZ2VyPjE8L2ludGVnZXI+</data>
                <key>Replace</key>
                <data>PGtleT5Qb3dlclN0YXRlczwva2V5PjxpbnRlZ2VyPjA8L2ludGVnZXI+</data>
            </dict>
        </array>
    </dict>
Link to comment
Share on other sites

Solved! 

Reusing the topic: anyway to apply the same procedure to patch AppleHDA? I have to run a script every time it gets updated.

Link to comment
Share on other sites

 Share

×
×
  • Create New...