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.
The discussion centers on the feasibility of decompiling .exe files into Java code using Jbuilder2007. Participants explore the nature of Java compilation, the limitations of decompiling executables, and the challenges associated with reverse-engineering machine code.
Participants generally agree that decompiling .exe files to Java is not feasible and that editing .exe files requires specialized knowledge and tools. However, there is no consensus on the potential methods for translating machine code to a higher-level language, with some suggesting theoretical approaches while others emphasize the inherent difficulties.
The discussion highlights limitations in the ability to reverse-engineer machine code, with participants acknowledging the complexity of the problem and the challenges associated with readability and understanding of disassembled code.
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.