달력

42025  이전 다음

  • 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

'디컴파일'에 해당되는 글 1건

  1. 2008.06.05 jad 옵션

jad 옵션

java 2008. 6. 5. 16:53

jar 의 압축을 풀고 하위 클래스들을 패키지별로 디컴파일 하는 옵션

jad -r -d .\src -s java .\bin\**\*.class
참고 : jad -r [-d<directory_for_sources>] [<other_options>] <directory_with_classes>**/*.class

-r : 해당 패키지 형태로 디렉토리 구조를 만듬( restore package directory structure)
-d : 디컴파일될 디렉토리(-d <dir> - directory for output files)
-s java : 디컴파일된 파일의 확장자를 java로 생성

'java' 카테고리의 다른 글

javac 옵션  (0) 2008.07.09
IBM HOST CICS Transaction 연동 (NT) - 자바서비스넷  (0) 2008.07.03
NIO FileCopy  (0) 2008.05.15
jdk 1.5 패키지 확장  (0) 2008.05.15
java.util.Properties - loadFromXML  (0) 2008.05.15
Posted by 알 수 없는 사용자
|