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
You Might Also Like
Relax: PRTG Monitors Your IT for You
You’re the go-to IT person, always putting out fires and keeping things running. With PRTG, you get reliable alerts to monitor your entire IT infrastructure, without the noise. Our intuitive setup gives you a clear overview of your network, devices, and applications in real time. Get instant alerts only when something needs your attention, whether you’re at your desk or on the move. Spend less time worrying about outages and more time focusing on what matters. Set up PRTG once and let it work for you - PRTG has you covered.
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.