본문 바로가기
Tools

Eclipse Decompiler(JadClipse) 설치

by 수앙 2011. 10. 9.

1. jad.exe 다운로드

http://www.varaneckas.com/jad

 

JAD Java Decompiler Download Mirror

JAD Java Decompiler Download Mirror As http://www.kpdus.com is no longer accessible, JAD Java Decompiler download is extremely hard to find. Here is a mirror where you can get JAD for various platforms. Installation Unzip jad.zip file into any appropriate

varaneckas.com

 

2. net.sf.jadclipse_x.x.x.jar (현재 3.3.0 버전이 최신)

http://sourceforge.net/projects/jadclipse/

 

JadClipse - Eclipse plugin

Download JadClipse - Eclipse plugin for free. Jad Java decompiler plugin for Eclipse IDE.

sourceforge.net

 

3. ..\eclipse\plugins 폴더 안으로
net.sf.jadclipse_3.3.0.jar 파일을 이동한 후 이클립스 기동이나 재기동

4. jad 설정
Window - Preferences - Java - JadClipse 클릭

Path to decompiler 설정에서
Path에 jad.exe가 잡혀있다면 위와 같이 jad만 쓰면 되지만 안잡혀 있으면
jad.exe 파일이 있는 절대경로를 써줘야 한다.
예) C:\jad\jad.exe

5. .class 파일을 보면 디컴파일 되어 나온다.

 

6. 추가
이클립스 설정은 workspace(소스폴더) 안에 .metadata 이 폴더에 저장되어진다.
나중에 이클립스가 버전업되서 이클립스만 바꾸게 되면 jad가 작동안 할 수도 있다.
원인은 결국 못찾았고 새로운 workspace를 생성하여 설정다시 해주면 잘 된다.

끝.

댓글