View Single Post
 
Old 11-10-2011, 11:35 AM
wastez's Avatar
wastez wastez is offline
Panther
 
Join Date: Oct 2010
Posts: 182
Quote:
Originally Posted by m28ew View Post
thanks Andy

when I patched the dyld, I got these messages:

Code:
Patching universal binary (2 architectures)
Patching X86_64 part (processor 16777223, architecture 0)
Code signature removed succesfully (64bit)Patch report (1): 0 instructions patched, 208 bad instructions, patches bypassed: NO
Patching I386 part (processor 7, architecture 1)
Code signature removed succesfully (32bit)Patch report (2): 1 instructions patched, 0 bad instructions, patches bypassed: NO
but when I pacthed the libSystem.B.dylib,
I got the "No patches found, not generating output file" message ???

Code:
Patching universal binary (2 architectures)
Patching X86_64 part (processor 16777223, architecture 0)
Code signature removed succesfully (64bit)Patch report (1): 0 instructions patched, 30 bad instructions, patches bypassed: NO
Patching I386 part (processor 7, architecture 1)
Code signature removed succesfully (32bit)Patch report (2): 0 instructions patched, 0 bad instructions, patches bypassed: NO
No patches found, not generating output file
are those reports correct for you ?


btw, is there any difference between the amd_insn_patcher and the amd_insn_patcher_ext ?
In the old release the amd_insn_patcher_ext patches up some SSE3 instructions to their SSE2 variants.

I think this release will do the same.
Reply With Quote