Saturday, July 16, 2011

Java: How can I read the code from an exe?

I want to read the code from a Windows executable file (.exe). The program will then be able to read the lines of coding from the exe line by line. I have tried using a BufferedReader and so on, but it prints out meaningless symbols. I need to revert the machine code back into it's original language.

No comments:

Post a Comment