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
nel_h2
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.