What is code morphing?
A codemorphing refers to obfuscating machine launguage or object code rather than obfuscating the source code.This is achieved by completely replacing a section of the compiled code with an entirely new block that expects the same machine state when it begins execution as the previous section, and will leave with the same machine state after execution as the original.