Hi all,

Using a compiler we can translate source code in to machine code. As an example in Java we can translate source code in to machine code using compiler called javac.

Is there any way to translate machine code into source code?