Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: Any way to get source code from an .exe?
|
Posted: Oct 20, 2003 2:51 PM
|
|
By the way, if it were a Java program, wouldn't it be a class file file? Yes, I know there are tools for packing Java projects into an exe, but I doubt that is the case here. In other words, if you reverse-engineer an exe, you will not end up with Java code. The best you could expect is something approximating C/C++/Delphi or something like that, if debugging symbols were included. Without the debugging symbols, the best you can hope for is assembly.
|
|