CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Java反编译工具

搜索资源列表

  1. YingJAD

    0下载:
  2. 一个很好的Java批量反编译工具,非常好用-A good batch decompile Java tools, very easy to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:124629
    • 提供者:
  1. jad

    0下载:
  2. Java反编译工具,适合编译Jar文件和.class文件-Java decompile tool Jar file and compile. Class files
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1102774
    • 提供者:李子
  1. hsqldb_1_8_0_7

    0下载:
  2. java class反编译工具 -java class decompile java class decompile tool tool
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3276918
    • 提供者:skldj
  1. jd-gui

    0下载:
  2. java class文件的超级好用反编译工具-java class files decompile super easy to use tools
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:603758
    • 提供者:lijincai
  1. Projectjad

    0下载:
  2. JAVA源文件反编译工具,希望对大家有用. 我用着还可以.-JAVA source files decompile tool, useful for all of us hope. I used a can.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:772650
    • 提供者:maron
  1. FrontEnd

    0下载:
  2. FrontEnd 学习java的好工具,能够反编译class文件-Frontend learning java a good tool that can decompile class file
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:622278
    • 提供者:易枫
  1. Decompile_Java_tools

    0下载:
  2. Java反编译工具,将.class文件拍马屁编译成.java文件.-Decompile Java tool. Class files compiled flattering. Java files.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:598996
    • 提供者:大秋
  1. jd-gui

    0下载:
  2. java 反编译工具包,jd-gui.jar 可以方便的对class文件高准确度复原.-java anticompile toolkit ,jd-gui.jar can recovery the class file with high degree and convenent .
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:786711
    • 提供者:dragon520
  1. jd-gui

    0下载:
  2. 很不错的一款软件,Java反编译工具,实现了eclipse的高亮着色功能,多文件标签浏览-Very good piece of software, Java decompiler tool to achieve the eclipse highlighting coloring, multi-document tabbed browsing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:706822
    • 提供者:dlj
  1. jd-gui

    0下载:
  2. 可以很方便地进行反编译,无论是class文件,还是jar文件,直接拖进去,或用此工具大开就能看到java源码。-Can be easily decompiled, whether class files, or jar files directly dragged into it, or use this tool to be able to see the big open source java.
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:788019
    • 提供者:xbq
  1. ProGuard-Pro

    0下载:
  2. 一个用于混淆Java源码的Pro修改版、以免他人反编译文件的小工具。下载完成并解压缩后请打开bin目录中的proguardgui.bat。-A file in order to avoid others decompile gadget confuse Java source for Pro modified version. Please turn bin directory proguardgui.bat Once downloaded and decompressed.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2653343
    • 提供者:lizhaohan
  1. java decompile

    0下载:
  2. java 代码反编译 工具,帮助那些拿不到源码的程序员解惑.(Java code decompile tool to help those who can not get the source of the programmer doubts)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:678912
    • 提供者:背心儿
  1. XJad2.2

    0下载:
  2. 可以将编译后的java字节码文件反编译为java文件,更好的查看源代码(You can decompile the compiled Java bytecode file into a java file to better view the source code)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:820224
    • 提供者:范德萨灬
  1. apache-tomcat-7.0.81-src.tar

    0下载:
  2. APKTool是GOOGLE提供的APK编译工具,能够反编译及回编译apk,同时安装反编译系统apk所需要的framework-res框架,清理上次反编译文件夹等功能。需要java支持[(APKTool is a APK compilation tool provided by GOOGLE, which can decompile and decompile APK, and install the framework-res framework needed for decompile sy
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:4688896
    • 提供者:LoveMD
  1. java反编译工具

    0下载:
  2. 反编译java的class文件。。。。。(The class file for decomcompiling Java.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:706560
    • 提供者:Rz
  1. apk反编译

    1下载:
  2. 首先将apk文件后缀改为zip并解压,得到其中的classes.dex,它就是java文件编译再通过dx工具打包而成的,将classes.dex复制到dex2jar.bat所在目录dex2jar-0.0.9.9文件夹。 在命令行下定位到dex2jar.bat所在目录,运行 dex2jar.bat classes.dex 生成 classes_dex2jar.jar 然后,进入jdgui文件夹双击jd-gui.exe,打开上面生成的jar包classes_dex
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:18161664
    • 提供者:绵杨
搜珍网 www.dssz.com