The aim of this project is to develope a decompiler for java which is platform independent and has options to obfuscate the class file also.
The project takes class file as input and decompiles it and provides the source file.
License
Public DomainFollow Java Decompiler
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
I'm not sure what was attempted here but it seems that it doesn't work at all. Maybe it was made with an older version of Java and now it's not compatible with newer versions.
-
Nice decompiler, but still lacks some features. I put it online, so everybody might no-hassle test it: www.javadecompilers.com
-
Pretty good!. It has been able to decompile in quite an intelligible way the code. Easy to navigate
-
Got exactly the same thing. Ran the jar, opened the extracted class file. Nothing happened. Guessing it might be a "what version of Java can the app handle" issue?
-
Unable to run. Method Start :java.lang.IndexOutOfBoundsException: Index: 260, Size: 260 As is typical with an Open Source Java Project, the author failed to validate for all possible scenarios, meaning the end user is left holding the (empty) bag.