decompiler plugin (디컴파일러)
- jd decompiler
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 reco
java-decompiler.github.io
[JD-Eclipse]Java Decompiler 설치하기
Eclipse JUNO 버전부터는 JAD (http://www.varaneckas.com/jad/) 설치가 안된단다. (이 글을 쓰는 시점에서는 그렇다. 나중에는 지원을 하겠지......) 하지만 나는 예전 부터 JAD 보다는 같은 프로젝트 팀에서 지..
judgementdays.tistory.com
- Enhancde Class Decompiler
https://coding-factory.tistory.com/832
[IDE] 이클립스(Eclipse) 디컴파일러(Decompile) 설치 및 사용법
이클립스로 개발을 하다 보면 디컴파일러 세팅이 안되어있어 라이브러리의 jar파일안에 .class파일들의 내용을 확인해야 할 경우가 종종 있는데 .class파일들이 바이너리화 되어있어 위와 같이 "Sou
coding-factory.tistory.com