1. jad
http://www.javadecompilers.com/jad
JAD Decompiler Download ✓
www.javadecompilers.com
# wget http://www.javadecompilers.com/jad/Jad%201.5.8e%20for%20Linux%20on%20Intel%20platform.zip
# jad -sjava abc.class
일부 파일은 아래와 같이 디컴파일이 안 된다.
Couldn't resolve all exception handlers in method
그럴 경우에는 아래 툴을 써보자.
2. jd-gui
http://java-decompiler.github.io/
Java Decompiler
The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions. JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed so
java-decompiler.github.io
gui 환경이라, class 파일을 드래그해서 넣으면 됨