zoukankan      html  css  js  c++  java
  • java反编译工具jdgui0.3.3.windows

    This is README file for Java Decompiler.
    JD home page: http://java.decompiler.free.fr
    Copyright 2008-2010 Emmanuel Dupuy.

    1. Installation.
    No installation and no setup are required.

    2. Description
    JD-GUI is a standalone graphical utility that displays Java source codes of
    ".class" files. You can browse the reconstructed source code with the JD-GUI
    for instant access to methods and fields.

    JD-GUI is free for non-commercial use. This means that JD-GUI shall not be
    included or embedded into commercial software products. Nevertheless, JD-GUI
    may be freely used for personal needs in a commercial or non-commercial
    environments.

    3. How to use JD-GUI
    For example, to decompile "Object.class", you can :
    - execute the following command line : "jd-gui.exe Object.class".
    - select "Open File ..." in "File" menu and browse to "Object.class".
    - drag and drop "Object.class" onto "jd-gui".

    4. Changes
    http://java.decompiler.free.fr/jd-gui/changes/

    5. Uninstallation
     5.1 Windows: Delete "jd-gui.exe" and "jd-gui.cfg".
     5.2 Linux: Delete "jd-gui" application file and "jd-gui.cfg".
     5.3 OSX: Drag and drop "JD-GUI" application to the trash.

    6. Network & Security
    JD-GUI includes a feature to inform you of the availability of new versions.
    It executes the HTTP GET request "http://java.decompiler.free.fr/jd-gui/
    update/" without any parameters neither cookies to download update data. No
    personal information is transmitted. You can check network activities of
    JD-GUI with "tcpdump" for example ... If you decide to block network acces of
    JD-GUI, all its features remains operational, except the auto-update checking
    feature, of course.

    7. Disclaimer
    Copyright 2008-2010 Emmanuel Dupuy.

    THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
    FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
    OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
    IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    POSSIBILITY OF SUCH DAMAGE.
     *******************************************************************************

    jd-gui-0.3.3.windows

  • 相关阅读:
    爬虫1:get请求的翻页及思考
    Selenium终极自动化测试环境搭建(一) Selenium+Eclipse+Junit+TestNG
    理解RESTful架构(转)
    vue-devtools(vue 2.0)手动安装与使用 ? 如何处理Vue.js is detected on this page ?
    小程序开放更多连接能力
    vscode 开发工具
    video 在微信中,安卓全屏和ios上如何内联播放?H5同层播放器相关接入规范
    微信小程序<web-view>嵌入网页后,小程序如何和网页交互传值?
    SpringCloud(三) 微服务架构-微服务稳定性
    SpringCloud(二) 微服务架构-服务注册与发现
  • 原文地址:https://www.cnblogs.com/cuizhf/p/2189520.html
Copyright © 2011-2022 走看看