By using this site, you agree to our Privacy Policy and our Terms of Use. Close
Netty said:

They can recompile the original PPC machine code to corresponding X86 machine code.

You cannot recompile already compiled code. Any X86 compiler has no idea what to do with PPC code.

The word you are looking for is "PPC disassembler". This is the first step in the process. There are probably another 10 steps I can think of before you can "recompile" (which would then be called an "X86 assembler" I suppose.