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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
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.