개발일지/Java + Spring
[JD-GUI] Java Decompiler - .jar .class 파일 읽는 방법
연습용365
2025. 5. 13. 14:21
https://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
압축해제 시켜서 파일 열어주기만 하면 자동으로 디컴파일 된 파일을 볼 수 있다.