<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    Feeling

        三人行,必有我師焉

       ::  :: 新隨筆 :: 聯系 ::  :: 管理 ::
      185 隨筆 :: 0 文章 :: 392 評論 :: 0 Trackbacks
    Eclipse Class Decompiler是一款Eclipse插件,整合了多種反編譯器,和Eclipse Class Viewer無縫集成,能夠很方便的使用插件查看類庫源碼,進行Debug調試。
    同時還提供了在線自動查找源代碼,查看Class二進制字節碼的功能。 


    Eclipse Class Decompiler對JDK的最低要求為JDK1.6, 能反編譯和debug各版本的Class文件,支持JDK8的Lambda語法,同時支持中文等非Ascii碼字符集的解析,支持Eclipse 3.6及以上所有版本的Eclipse。

    本插件支持Windows,Linux,Macosx 32位及64位操作系統。

    Github項目地址為:https://github.com/cnfree/Eclipse-Class-Decompiler

    請通過以下地址選擇一個可用的源在線安裝:

    http://cnfree.github.io/Eclipse-Class-Decompiler/update
    http://raw.githubusercontent.com/cnfree/eclipse/master/decompiler/update/
    http://www.cpupk.com/decompiler/update/

    離線包下載地址:
    https://github.com/cnfree/Eclipse-Class-Decompiler/releases/download/v2.10.0/eclipse-class-decompiler-update_v2.10.0.zip
     
    插件使用說明:

    下圖為Eclipse Class Decompiler的首選項頁面,可以選擇缺省的反編譯器工具,并進行反編譯器的基本設置。缺省的反編譯工具為JD-Core,JD-Core更為先進一些,支持泛型、Enum、注解等JDK1.5以后才有的新語法。

    首選項配置選項:
    1.重用緩存代碼:只會反編譯一次,以后每次打開該類文件,都顯示的是緩存的反編譯代碼。
    2.忽略已存在的源代碼:若未選中,則查看Class文件是否已綁定了Java源代碼,如果已綁定,則顯示Java源代碼,如果未綁定,則反編譯Class文件。若選中此項,則忽略已綁定的Java源代碼,顯示反編譯結果。
    3.顯示反編譯器報告:顯示反編譯器反編譯后生成的數據報告及異常信息。
    4.使用Eclipse代碼格式化工具:使用Eclipse格式化工具對反編譯結果重新格式化排版,反編譯整個Jar包時,此操作會消耗一些時間。
    5.使用Eclipse成員排序:使用Eclipse成員排序對反編譯結果重新格式化排版,反編譯整個Jar包時,此操作會消耗大量時間。
    6.以注釋方式輸出原始行號信息:如果Class文件包含原始行號信息,則會將行號信息以注釋的方式打印到反編譯結果中。
    7.根據行號對齊源代碼以便于調試:若選中該項,插件會采用AST工具分析反編譯結果,并根據行號信息調整代碼順序,以便于Debug過程中的單步跟蹤調試。
    8.設置類反編譯查看器作為缺省的類文件編輯器:默認為選中,將忽略Eclipse自帶的Class Viewer,每次Eclipse啟動后,默認使用本插件提供的類查看器打開Class文件。



    插件提供了系統菜單,工具欄,當打開了插件提供的類反編譯查看器后,會激活菜單和工具欄選項,可以方便的進行首選項配置,切換反編譯工具重新反編譯,以及導出反編譯結果。






    類反編譯查看器右鍵菜單包含了Eclipse自帶類查看器右鍵菜單的全部選項,并增加了一個“導出反編譯源代碼”菜單項。



    打開項目路徑下的Class文件,如果設置類反編譯查看器為缺省的查看器,直接雙擊Class文件即可,如果沒有設置為缺省查看器,可以使用右鍵菜單進行查看。




    同時插件也支持直接將外部的Class文件拖拽到Eclipse編輯器中進行反編譯。


    Eclipse Class Decompiler插件也提供了反編譯整個Jar文件或者Java包的反編譯。該操作支持Package Explorer對包顯示布局的操作,如果是平鋪模式布局,則導出的源代碼不包含子包,如果是層級模式布局,則導出選中的包及其所有的子包。




    Debug調試:可以在首選項選中對齊行號進行單步跟蹤調試,和普通的包含源代碼時的調試操作完全一致,同樣的也可以設置斷點進行跟蹤。當透視圖為Debug時,插件自動生成行號并進行對齊方便調試代碼,無需進行任何設置。


    博文地址:http://www.tkk7.com/cnfree/archive/2012/10/30/390457.html
    posted on 2012-10-30 13:48 三人行,必有我師焉 閱讀(92517) 評論(43)  編輯  收藏

    評論

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2012-10-31 09:50 Clover
    很不錯!  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2012-10-31 12:25 xz
    Cannot complete the install because some dependencies are not satisfiable
    org.sf.feeling.decompiler.feature.group [1.0.2.201210280126] cannot be installed in this environment because its filter is not applicable.  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2012-11-04 13:52 三人行,必有我師焉
    @xz 已增加對Linux和Macosx操作系統的支持。  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2012-11-08 10:08 Melanzpl
    安裝完成后,啟動myeclipse會自動關閉。。。  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2012-11-08 10:43 三人行,必有我師焉
    @Melanzpl

    MyEclipse加上啟動參數-clean啟動,這是Eclipse Update的bug導致的。
      回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2012-11-29 10:38 澤林
    朋友,你是不是sodi的陳超?。?nbsp; 回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件[未登錄] 2013-01-08 15:07 Andy
    我安裝了,沒有報錯,但是Class沒有被反編譯;
    我想請問,這個還要設置嗎,比如安裝Jad?如何設置?  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-01-31 15:58 輕輕巧巧
    沒64位系統的嗎? 64位JDK不能用啊  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-01-31 16:15 輕輕巧巧
    64 JDK可以用?。。?!8錯?。。?nbsp; 回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-03-15 15:51 xxoox
    非常棒  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-04-06 21:06 ZZZZ
    您好!安裝完插件后在eclipse和myeclipse不能debug變量,watch變量報錯,錯誤信息如下,“<error(s)_during_the_evaluation>”,請問是我哪配置不正確嗎?  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-04-06 21:15 ZZZZ
    如果方便,您可以通過郵箱QQ:1009901014聯系我。多謝!  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-04-07 17:49 三人行,必有我師焉
    @ZZZZ

    debug變量,需要你的jar的編譯支持變量表,但是一般ant默認編譯是不支持變量表的,就會出現你的問題,需要一定的技巧來解決,比如直接訪問方法的參數,看參數的內部結構。  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-04-07 20:32 ZZZZ
    @三人行,必有我師焉
    老師,關于解決的技巧,能否再詳細點呢。能提供相應的關鍵詞,放在在google上搜索就好。多謝,多謝。  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件[未登錄] 2013-04-17 13:15 richard
    您好,有個疑問想請教。我有jd-gui.exe 對應jd-core為version 0.6.0反編譯class,生成的java有對應的屬性,但用您開發的插件,有個別屬性在反編譯出來的java程序中沒有,請問這個情況我該如何解決呢?  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-04-17 19:42 三人行,必有我師焉
    @richard

    已經用的是最新版的jd-core了,最后一次更新是2009年……

    一般來說不會出現屬性都反編譯不出來的情況啊。  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-04-22 11:24 青菜
    之前安裝了1.02版本無法啟動,來這里看到加-clear參數后正常啟動;
    接著多手卸載了1.02,重啟,再裝1.03,然后就是啟動不了了,有沒有-clear參數都不行。系統win8 x64.

    看不懂錯誤信息,估計這段給你有用。
    -------------------------------------------------------
    siginfo: ExceptionCode=0xc0000005, writing address 0x00000000
    ...
    Stack: [0x37e10000,0x37f10000], sp=0x37f0f9d8, free space=1022k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x61255]
    C [ntdll.dll+0x4f489]
    C [MSVCR71.dll+0x3593]
    C [zip.dll+0x784d]
    J java.util.zip.ZipFile.close()V
    j org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile.close()V+56
    j org.eclipse.osgi.baseadaptor.bundlefile.MRUBundleFileList.dispatchEvent(Ljava/lang/Object;Ljava/lang/Object;ILorg/eclipse/osgi/baseadaptor/bundlefile/BundleFile;)V+29
    j org.eclipse.osgi.baseadaptor.bundlefile.MRUBundleFileList.dispatchEvent(Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;)V+15
    J org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(Ljava/util/Set;Lorg/eclipse/osgi/framework/eventmgr/EventDispatcher;ILjava/lang/Object;)V
    j org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run()V+26
    v ~StubRoutines::call_stub

    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J java.util.zip.ZipFile.close(J)V
    J java.util.zip.ZipFile.close()V
    j org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile.close()V+56
    j org.eclipse.osgi.baseadaptor.bundlefile.MRUBundleFileList.dispatchEvent(Ljava/lang/Object;Ljava/lang/Object;ILorg/eclipse/osgi/baseadaptor/bundlefile/BundleFile;)V+29
    j org.eclipse.osgi.baseadaptor.bundlefile.MRUBundleFileList.dispatchEvent(Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;)V+15
    J org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(Ljava/util/Set;Lorg/eclipse/osgi/framework/eventmgr/EventDispatcher;ILjava/lang/Object;)V
    j org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run()V+26
    v ~StubRoutines::call_stub
    ---------------------------------------------  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-04-22 11:30 青菜
    Failed to load JavaHL Library.
    These are the errors that were encountered:
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libapr-1.dll: %1 不是有效的 Win32 應用程序。
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libapriconv-1.dll: Can't find dependent libraries
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libaprutil-1.dll: Can't find dependent libraries
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libsvn_subr-1.dll: Can't find dependent libraries
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libsvn_delta-1.dll: Can't find dependent libraries
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libsvn_diff-1.dll: Can't find dependent libraries
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libsvn_wc-1.dll: Can't find dependent libraries
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libsvn_fs-1.dll: Can't find dependent libraries
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libsvn_repos-1.dll: Can't find dependent libraries
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libsvn_ra-1.dll: Can't find dependent libraries
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libsvn_client-1.dll: Can't find dependent libraries
    D:\Program Files\MyEclipse\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1186\1\.cp\libsvnjavahl-1.dll: Can't find dependent libraries
    no svnjavahl-1 in java.library.path
    no svnjavahl in java.library.path
    java.library.path = D:\Program Files\MyEclipse\MyEclipse 10;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:/Program Files/MyEclipse/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client;D:/Program Files/MyEclipse/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin;D:/Program Files/MyEclipse/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/lib/i386;c:\program files (x86)\imagemagick-6.3.9-q16;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\TortoiseSVN\binTortoiseSVN\bin;D:\Program Files\Java\jdk1.7.0_06/bin;D:\Android\android-sdk\tools;C:\Program Files (x86)\Common Files\TTKN\Bin  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-04-22 12:27 三人行,必有我師焉
    @青菜

    Failed to load JavaHL Library.

    這是SVN的Native庫發生錯誤……和反編譯插件無關。  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-04-22 12:57 青菜
    @三人行,必有我師焉

    給你發了評論后它自己又能啟動了,但是不夠一分鐘又關,接著再次啟動直接把反編譯插件刪掉,恢復正常。

    然后不用配置這種安裝方式安裝,直接把壓縮包扔到MyEclipse 10\dropins里面,啟動,正常。

    最后發現org.eclipse.osgi\bundles\1186\1\.cp\libapr-1.dll不知道咋回事的竟然是0字節,對他沒轍直接刪掉,現在貌似一切正常了。

    謝謝你的插件啦!贊一個!  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-05-30 14:06 beatus
    這個真的不需要其他插件依賴嗎,我下載了離線包~無論使用link方式安裝 還是new software->導入zip包 ,安裝成功(可以在eclipse的preference看到配置界面)后沒法使用,toolbar中“反編譯器”目錄下的,“Jad”、“Jad-Core"以及”導出反編譯代碼“選項都為灰色,右擊class文件,open with”類反編譯查看器“,得到的結果與系統默認的”class file viewer“打開效果一樣,都是”source not found“……請問這是什么原因啊?謝謝  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-08-28 21:29 田維術
    您好,插件做得非常不錯,但是我有個建議,能不能設置一個默認的源碼導出路徑不用每次都選,然后自動關聯源碼?這樣調試就不用手動attach源碼了  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-11-02 19:04 hacxer
    Eclipse Class Decompiler——Java反編譯插件這個反編譯軟件非常不錯,當是不支持 Eclipse 4.x版本,安裝后不能啟動,即使加了-clear也能啟動  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-11-02 19:04 hacxer
    希望作者可以繼續更新,或者把這個軟件開源,讓社區來維護它  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-12-17 10:44 彭正一
    Could not open the editor: Editor could not be initialized.
    java.lang.UnsatisfiedLinkError: D:\MyEclipse 10\configuration\org.eclipse.osgi\bundles\1166\1\.cp\win32\x86\jd-eclipse.dll: このアプリケーションの構成が正しくないため、アプリケーションを開始できませんでした。アプリケーションを再度インストールすることにより問題が解決する場合があります。
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
    at java.lang.Runtime.load0(Runtime.java:770)
    at java.lang.System.load(System.java:1005)
    at jd.ide.eclipse.editors.JDSourceMapper.loadLibrary(JDSourceMapper.java:45)
    at org.sf.feeling.decompiler.jdcore.JDCoreSourceMapper.findSource(JDCoreSourceMapper.java:61)
    at org.sf.feeling.decompiler.jdcore.JDCoreSourceMapper.findSource(JDCoreSourceMapper.java:217)
    at org.sf.feeling.decompiler.editor.DecompilerSourceMapper.findSource(DecompilerSourceMapper.java:77)
    at org.sf.feeling.decompiler.editor.JavaDecompilerClassFileEditor.doOpenBuffer(JavaDecompilerClassFileEditor.java:74)
    at org.sf.feeling.decompiler.editor.JavaDecompilerClassFileEditor.doOpenBuffer(JavaDecompilerClassFileEditor.java:51)
    at org.sf.feeling.decompiler.editor.JavaDecompilerClassFileEditor.doOpenBuffer(JavaDecompilerClassFileEditor.java:42)
    at org.sf.feeling.decompiler.editor.JavaDecompilerClassFileEditor.doSetInput(JavaDecompilerClassFileEditor.java:156)
    at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3200)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
    at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756)
    at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2642)
    at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3218)
    at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3245)
    at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:828)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:647)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2945)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)
    at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2842)
    at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2793)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2764)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:368)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:174)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:249)  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-12-17 10:45 彭正一
    這個出錯了@彭正一
      回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2013-12-25 11:51 llp20_2000
    樓主 feeling,強烈支持  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件[未登錄] 2014-01-13 15:48 SKY
    有沒有英文的版本。。。--強迫癥患者一個  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2014-02-11 21:47 嗷嗷
    好人啊 lzw5
    建議lz將離線地址更新在sourceforge download連接下,那個網站好不友好  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件[未登錄] 2014-03-21 02:15 leo
    lz是個大好人
    我用你的插件能成功在設定的斷點處斷到
    但是在斷點處, 我點擊試圖進入反編譯出來的函數邏輯
    一直提示我"Source not found"
    即使我怎么"Edit Source Lookup path"
    也一直不成功

    BTW,
    我的jar包里面都是被混淆過的class, 這個有關系嗎?  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件[未登錄] 2014-03-21 02:19 leo
    lz是個大好人
    我用你的插件能成功在設定的斷點處斷到
    但是在斷點處, 我點擊試圖進入反編譯出來的函數邏輯
    一直提示我"Source not found"
    即使我怎么"Edit Source Lookup path"
    也一直不成功

    BTW,
    我的jar包里面都是被混淆過的class, 這個有關系嗎?
    我的qq 22584960  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件[未登錄] 2014-04-16 10:43 aaa
    @leo
    無恥,把別人的代碼編譯一下拿出來當說是自己開發的,又不說明原始作者  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2014-04-16 10:56 三人行,必有我師焉
    @aaa

    我代碼是開源的,你自己說我編譯誰的代碼,比較一下代碼相似度是多少。我寫的開源軟件又不是一個兩個,哪個不是原創的。

    JAD和JD-Core的反編譯插件都有,有誰整合到一起了?

    說話請負責任。  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2014-05-16 10:06 qiyi
    @三人行,必有我師焉
    Hello, 作者你好。
    最新的JD-GUI已經集成了 jd-core 0.7 了,在部分類的反編譯上(上面有評論提到的類的屬性展示上)有提升改變,不知 decompiler 插件何時可以集成最新的 Jd-core?又或者能否增加特性讓用戶獨立選擇jd-core版本,自己升級?  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件[未登錄] 2014-06-03 09:25 li
    Eclipse4.3不能用,求解  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2014-06-05 10:35 VL
    MAC OSX 10.9 eclipse Kepler Service Release 2可用,謝謝分享!!  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2014-10-23 00:35 shangxp
    64位JDK確實不能使用,安裝到最后一步報錯  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件[未登錄] 2015-01-18 17:10 li
    有沒有直接放入eclipse\dropins下面的方式?如果無法訪問http://feeling.sourceforge.net/update
    離線方式也將安裝錯誤  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2015-02-08 07:55 才開始用mac
    mac osx 10 eclipse luna ,可以安裝,無論離線還是在線,貌似都要vpn,才可以,估計依賴包選到sourceforge,被墻了,vpn ok  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2015-02-08 07:56 才開始用mac
    @li
    vpn后再試,應該ok@li
      回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件 2016-03-07 12:40 mttsui
    正好需要,普通場景試了一下,還是蠻好用的,基于反編譯的debug更輕松咯。。

    謝謝樓主的無私奉獻。  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件[未登錄] 2016-04-29 11:59 song
    An error occurred while collecting items to be installed
    session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    Problems downloading artifact: osgi.bundle,org.sf.feeling.decompiler.win32,1.0.3.201211040213.
    MD5 hash is not as expected. Expected: c1e46591ba814198424c08971629acc1 and found a050a8804d7545cba40dc1a33714c5c0.  回復  更多評論
      

    # re: 【原創】Eclipse Class Decompiler——Java反編譯插件[未登錄] 2016-04-29 12:41 song
    @song
    works fine after remove jad eclipse plugin. thanks.  回復  更多評論
      


    只有注冊用戶登錄后才能發表評論。


    網站導航:
     
    GitHub |  開源中國社區 |  maven倉庫 |  文件格式轉換 
    主站蜘蛛池模板: 亚洲成a人片在线观看无码专区| 日韩精品成人亚洲专区| 亚洲成AV人片在线观看WWW| 无遮挡免费一区二区三区| 国产jizzjizz免费看jizz| 国产亚洲精品免费| 亚洲国产一区明星换脸| j8又粗又长又硬又爽免费视频| 久久久亚洲精品蜜桃臀| 久久99免费视频| 亚洲无成人网77777| 免费一本色道久久一区| 亚洲AV综合色区无码一二三区| 永久免费观看的毛片的网站| 免费激情网站国产高清第一页| 国产国拍亚洲精品福利| 免费成人高清在线视频| 亚洲第一页在线播放| AV免费网址在线观看| 黄色毛片免费网站| 国产成人A亚洲精V品无码| 久久国产免费观看精品| 亚洲a级在线观看| 亚洲av日韩av欧v在线天堂| 在线毛片片免费观看| 亚洲人成在线免费观看| 暖暖在线日本免费中文| 中国国产高清免费av片| 亚洲欧洲精品在线| 午夜亚洲福利在线老司机| 成人无码WWW免费视频| 国产亚洲国产bv网站在线| 日韩亚洲国产二区| 最近中文字幕mv免费高清在线| 亚洲色偷偷色噜噜狠狠99| 国产精一品亚洲二区在线播放| AV大片在线无码永久免费| 国产亚洲精品精品精品| 在线电影你懂的亚洲| 日韩精品亚洲专区在线观看| 久久精品国产免费一区|