Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 프로세스
- 키보드
- ibatis
- service name
- cmd
- API
- Docker
- 컨트롤러
- 티스토리챌린지
- http
- 톰캣
- MariaDB
- HTML
- httpservletreqeust
- q87
- 스레드 덤프
- wsdl
- 안드로이드 스튜디오
- 스레드
- MySQL
- servicename
- JDBC
- 오블완
- oracle
- 영상편집
- Database
- letterspacing
- Tomcat
- java
- SID
Archives
- Today
- Total
블로그 이름
[JAVA] JD-GUI 디컴파일러 사용하여 JAR 파일 열어보기 본문
라이브러리 안의 파일 내용을 확인해야 할 일이 생겼다.
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
해당 링크로 들어가서 Download를 눌러 밑의 jd-gui-windows.zip 을 다운로드 받는다.
다운로드 받은 파일을 압축해제 하여 jd-gui.exe 를 실행한다.
이후 jar 파일을 드래그하여 라이브러리 내 파일 확인 가능하다.
'개발 > Java' 카테고리의 다른 글
[JAVA] parseInt()와 intValue() 차이점 (0) | 2024.09.05 |
---|---|
[JAVA] int, Integer 차이, Wrapper class (0) | 2024.09.05 |
[JAVA] JAVA 버전 변경하기 (1.8 -> 11) (0) | 2024.08.19 |
파일 풀경로에서 파일명 획득 (0) | 2024.06.26 |
[JAVA] 파일 생성 후 내용 추가하는 법 (0) | 2024.04.24 |