I was wondering if is possible to decompile Class file of java to source code.Thanks to the freeware JD which made it possible.Before going to detail's let see what is decompilation.
De-compiler means a software program which convert a low level(binary coded program) into the human readable code(programming language),And De-compilation means process of converting machine readable code to human readable code.Its nothing of reverse of compilation.
Where do i get the java decompiler.
De-compiler means a software program which convert a low level(binary coded program) into the human readable code(programming language),And De-compilation means process of converting machine readable code to human readable code.Its nothing of reverse of compilation.
Where do i get the java decompiler.
- The java decompiler is available for jar and .class file which converts into the java source code.
- Its available at http://jd.benow.ca/
- Available for all the platforms Linux,Windows and Mac.
- And its all free,thanks to JD community.
- also online decompiler available at http://java.decompiler.free.fr/?q=preview