Jode 是一個十分突出的反編譯專家,特別是同Eclipse一起使用時尤為方便,下面介紹一下安裝方法:
help => Software Updates => Find and Install... => Search for new features to install,單擊"New Remote Site..." 在URL欄輸入
http://www.technoetic.com/eclipse/update
然后下一步,就可以看到“jode decompiler plugin *.*”了,選上安裝就可以了,由于Jode Decompiler是純Java編寫的所以也不需要其他的什么組件來支持了,安裝好了可以看到Window => Preferences... => Java => Jode Decompiler選項卡。安裝好了再設置一下文件關聯就可以了,Window => Preferences... => General => Editors => File Associations找到"*.class"在"Associated editors"里面可以看到"Jode class file viewer"選中它再單擊Default按鈕就OK了.
現在就可以使用Jode查看包括Jar包內.class文件的源代碼了。
當然,首先必須保證你打開的.class文件中所引用的包全部都在項目中!!!
|