기타 Develop

Java Decompiler 이거 괜찮은것 같다

쟈누이 2022. 9. 15. 09:42
반응형

예전에 자바 class 파일을 보려면 힘들었는데..

이거 java decompiler 괜찮은 것 같다

 

아래 링크 가면 다운받을 수 있고

자세한 사용방법은 두번째 링크를 참고하자

 

 

1. 다운로드 위치

http://java-decompiler.github.io/#jd-gui-download

 

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

 

 

2. 자세한 사용방법

https://mine-it-record.tistory.com/333

 

[Java Decompiler] .class 파일 디컴파일하여 소스보기

- .class 파일 소스보기 - 프로젝트를 .war 파일로 배포를 할때 java파일들은 .class파일로 변경된다. 컴파일된 상태이기 때문에 읽을수 없게 되어있다. 그래서 이 코드를 읽고자한다면 디컴파일을 시

mine-it-record.tistory.com

 

반응형