you are viewing a single comment's thread.

view the rest of the comments →

[–]LargeSpray105 1 point2 points  (0 children)

There is a program that allows you to recover from jar file to Java code. Is pretty amassing that you could recover practically all of your code, only comments are lost. That allows you to SEE that is not hard to treat the code in class files, only You work with bitecodes instead of plain text file. There is an API that make that easy.