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