Java & Spring & SpringBoot
Java .class파일 .java파일로 디컴파일
Grand_J
2020. 1. 9. 13:28
반응형
Java Class Java 디컴파일Java .class파일 .java파일로 디컴파일
1. jad.exe 사용
1-1. 위 첨부 파일을 다운로드 받아 class 파일과 같은 폴더에 위치
1-2. 시작 -> 실행 -> cmd -> 위 디렉토리로 이동
1-3. jad -o -sjava 파일명.class 명령어를 입력 후 java 파일로 디컴파일 확인
2. jd-gui-windows-1.4.0 사용
jd-gui-windows-1.4.0.zip
7.56MB
아래 URL 참고
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 reconstructed so
java-decompiler.github.io
끘!@#
반응형