这几天研究手机的java开发,找到了些反编译工具,在此共享:都是大名鼎鼎的
1、java反编译工具jad
Java下的一个简单易用的反编译工具jad, 可以很方便的将.class反编译为.Java. 点击下载
一、基本用法
Usage:jad [option(s)]
直接输入类文件名,且支持通配符,如下所示。
c:/Java/>jad example1.class
c:/Java/>jad *.class
结果是将example1.class反编译为example1.jad。将example1.jad改为example1.Java即得源文件。
…………………………………………
2、DJ Java Decompiler
无需介绍,不会使用就留言
3、FrontEnd Plus
‘FrontEnd Plus’ The GUI for the fast JAva Decompiler.Version 2.00 BETA
Installation
++++++++++++
‘FrontEnd’ should be placed into the same directory as you installed JAD.EXE.
so, if you have installed (JAD the fast JAva Decompiler) into say; C:/JAD then you will need
to place FrontEnd.exe also into C:/JAD.
This is basically the install procedure complete. You can also add a Desktop
Icon if you so wish.
4、小颖JAVA源代码反编译专家 V1.4
下载:http://seek.ruanzai.net/search?exact=&tp=soft&form=&user=tmpbin&kw=%D0%A1%D3%B1java
本文分享了四款实用的Java反编译工具,包括jad、DJJavaDecompiler、FrontEndPlus及小颖JAVA源代码反编译专家V1.4。这些工具能够帮助开发者轻松地将.class文件转换为源代码,适用于不同场景下的需求。
302

被折叠的 条评论
为什么被折叠?



