最終更新:2014-03-27 (木) 07:44:37 (3673d)  

Java Decompiler
Top / Java Decompiler

Java VMのコード(jar)をJavaのソースコードに変換

サイト

移行先

プロジェクト

JD-Core?

  • a library that reconstructs Java source code from one or more “.class” files. JD-Core may be used to recover lost source code and explore the source of Java runtime libraries. New features of Java 5, such as annotations, generics or type “enum”, are supported. JD-GUI and JD-Eclipse include JD-Core library.

JD-GUI

  • a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.

JD-Eclipse?

  • a plug-in for the Eclipse platform. It allows you to display all the Java sources during your debugging process, even if you do not have them all.

Android

関連

参考