- Converts java class file to java source file ( Note: Java class file should have debugging info ie. it should have been complied using javac -g )
- Bytecode parser ( Outputs Class file structure in the readable format )
Recent Release ( on 31Jan2014 )
- Basic GUI
Download Java Decompiler
Download Source Code
Future Planned Releases
Release1
Need to handle the following
- Class file ( without debuging info ie. javac -g:none )
- Static block
- Ternary operator
Release2
Need to handle the following
- Continues (Nested Try catch)
- Brackets for Multi Conditional statement
Release3
- Need to handle Multi Threading
- Code Refactoring