View Single Post
 
Old 01-04-2011, 12:46 AM
fumoboy007 fumoboy007 is offline
Jaguar
 
Join Date: Jul 2010
Posts: 40
Quote:
Originally Posted by danfloun View Post
But, how do I know which binaries need patching? I guess I don't, so am I supposed to try every single binary or just those such as QuickTime, safari iTunes etc?
Since you are using the new legacy kernel, on the fly CPUID patching is available by the kernel. So, you only need to patch:
Code:
/System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
If you are running in 64-bit mode, also patch:
Code:
/usr/lib/libSystem.B.dylib
/usr/lib/dyld
I'm not sure about the dyld one but whatever; it doesn't hurt to patch it anyways.

Last edited by fumoboy007; 01-04-2011 at 12:55 AM.
Reply With Quote