티스토리 뷰

study/Java

자바 디컴파일러

kwakjun0 2012. 4. 20. 09:58

간단한 에디터 형식의 자바 디컴파일러 

 

jd-gui.exe

 

http://jadclipse.sourceforge.net

jad 실행파일을 다운로드후

- 자동설정

Help -> Install New Software ->http://jadclipse.sf.net/update

window -> preferences -> General -> Editors -> File Associations -> *.class를 Decompiled Class File Viewer연결 확인

window -> preferences -> Java -> Decompilers -> Jad -> Path to decompiler를 jad실행파일 경로 지정

- 수동플러그인 설정시

window -> preferences -> General -> Editors -> File Associations -> *.class를 JadClipse Class File Viewer연결 확인

window -> preferences -> Java -> JadClipse -> Path to decompiler를 jad실행파일 경로 지정

class파일을 직접 열경우 안되는 경우도 있음

code assist 사용시 소스없는 파일은 자동으로 decompile됨