1
I’m working with a lot of legacy applications here. One of them (in production) needs to be edited because it has no log.
I decompiled, but I have no idea how to reassemble in this situation. I couldn’t if you want to recompile the individual classes edited because of compiler optimization. (I’m using Java 6)
It is not possible to get to the original sources through this process.
– Reginaldo Rigo
@Reginaldorigo refers to the fact that even recompiling without editing, the "new" binary will be different from the previous?
– maihe
No. If you can compile like this, the binary will be equal.
– Reginaldo Rigo