Class to Java 역컴파일러 JAD cmd 창에서 jad -r -d .\srcDir -s java .\{PATH}\*.class Options : -r : 패키지 형태로 디렉토리 구조를 만듬 -d : 디컴파일될 디렉토리 지정 -s java : 디컴파일된 파일의 확장자를 java로 지정 -8 : 유니코드를 8 bit 스트링형으로 변환 (jad -o -r -8 -sjava -dsrc .\*.class) -a - annotate the output with JVM bytecodes (default: off) -af - same as -a, but output fully qualified names when annotating -clear - clear all prefixes, including the default ones (can be abb.. 더보기 이전 1 ··· 14 15 16 17 18 19 다음