jaredmt
- 120
- 0
I have Jbuilder2007 and I am wondering if there is a way i can decompile .exe files so i can read the code in java.
jaredmt said:ok, so basically there is no way to edit a .exe file? i thought maybe there was a way the code could be translated to java or pseudocode or something
dwahler said:AFAIK, there is currently no way to reliably and automatically reverse-engineer machine code to a high-level language; it's a much more complex problem than you might think.