View Single Post
 
Old 11-10-2011, 11:26 AM
m28ew m28ew is offline
Jaguar
 
Join Date: Jul 2009
Posts: 47
Quote:
Originally Posted by andyvand View Post
Should be there under the source... amd_insn_patcher...
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 ?
Reply With Quote