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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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.