woonizzooni

[Eclipse] Java Decompiler 설치, Procyon 선택 본문

MISC

[Eclipse] Java Decompiler 설치, Procyon 선택

woonizzooni 2019. 8. 25. 18:13

 

1. Java Decompiler 설치

    Help > Eclipse Marketplace..

    > Find : decompiler 검색

    > Enhanced Class Decompiler 설치 : JD, Jad, FernFlower, CFR, Procyon 통합 설치

    Eclipse 재시작

 

 

2. Decompiler 선택/변경

    Windows > Preferences > Java > Decompiler

    > Default Class Decompiler : 아래 5개 목록에서 Procyon선택

CFR (Support JDK9+)
FernFlower (Support JDK8)
JD-Core
Jad
Procyon (Support JDK9+)

 

3. Decompiler 뷰어 설정

    Windows > Preferences > General > Editor > File Associations
    > File types :

      *.class 선택 : Associated editors에서 Class Decompiler Viewer 선택 후 Default 클릭

      *.class without source 선택 : 위와 동일

     'Apply and Close'

 

Comments