天天看點

linux(ubuntu) 使用反編譯工具jad

軟體包

1.jad包

http://www.kpdus.com/jad.html#download

(上面位址我是上不去,如能上,請下載下傳最新,我附件提供1.5.8版本)

2.download jadclipse包

http://jaist.dl.sourceforge.net/sourceforge/jadclipse/net.sf.jadclipse_3.3.0.jar

安裝步驟

步驟:

1. 解壓jad158e.linux.static.zip 到/home/XXXX/jad/ 下

2. net.sf.jadclipse_3.3.0.jar 此包copy 到eclipse\plugins目錄下

3. 啟動Eclipse後,在Windows—>Perference—>Java 下有個JadClipse目錄,

   修改配置jadclipse:設定path to decompiler路徑,如:/home/XXXX/jad/jad.

   Directory for temporary files中指定臨時檔案的路徑

   如果無法反編譯 設定Eclipse的Windows——>Perference— >General->Editors->File Associations中修改“*.class”預設關聯的編輯器為“JadClipse Class File Viewer”

4.安裝完成,輕按兩下class檔案,Eclipse将自動反編譯了。

繼續閱讀