当前位置: 技术问答>java相关
请问反编译.class的工具是什么来着?
来源: 互联网 发布时间:2015-05-29
本文导语: 我在第4期《程序员》杂志中看到这样一个工具,可没买下来。我身上只有十几块钱,只能买一本,买的是第5期的?所以,这个问题只好到这来问了 | jdk中的javap命令即可 | djj...
我在第4期《程序员》杂志中看到这样一个工具,可没买下来。我身上只有十几块钱,只能买一本,买的是第5期的?所以,这个问题只好到这来问了
|
jdk中的javap命令即可
|
djjavadecompilerDJ Java Decompiler 我这有一个,才1.07M,你要的话把邮箱告诉我。
|
DJ Java Decompiler ver. 2.9.9.60 for Windows 95/98/Me/NT/2000
THE PURPOSE:
DJ Java Decompiler is decompiler for Java which reconstructs the original source code
from the compiled binary CLASS files (applets). DJ Java Decompiler is able to decompile the
most complex Java applets and binaries, producing accurate source code.
This latest release is able to compile, run, create JAR archives and run applets outside
of the context of a Web browser when JDK is installed.
INSTALLATION:
The program is for Windows 95, Windows 98, Windows Millennium Edition, Windows NT
and Windows 2000.
Uninstall previos version of DJ (if there are any).
Unzip djdec299.zip file into any appropriate directory on your hard drive.
This will create file SetupDJ.exe.
To install or re-install DJ Java Decompiler run SetupDJ.exe
To run DJ Java Decompiler setup you must have MS Windows Installer v.1.00 or
above installed. (see your WindowsSYSTEM folder - MSIEXEC.EXE and MSI.DLL).
This files are about 2MB. For this reason I don't include MSIEXEC in setup program.
If you have Win9x, you can download MSIEXEC from:
http://download.microsoft.com/download/platformsdk/wininst/1.1/W9X/EN-US/InstMsi.exe
or from:
http://www.microsoft.com/downloads/release.asp?ReleaseID=17343
If you have WinNT, you can download MSIEXEC from:
http://download.microsoft.com/download/platformsdk/wininst/1.1/NT4/EN-US/InstMsi.exe
or from:
http://www.microsoft.com/downloads/release.asp?ReleaseID=17344
And you can learn more about MSIEXEC from:
http://msdn.microsoft.com/library/officedev/off2krk/45ct_2.htm
or from:http://www.microsoft.com/msdownload/platformsdk/instmsi.htm
HOW TO USE DJ JAVA DECOMPILER:
To decompile a single JAVA class file you can:
1.Select Open and load your desired class file.
2.Double-click the CLASS file you want to decompile.
3.Drag-and-drop your desired class file on the DJ Java Decompiler window.
DJ Java Decompiler supports drag-and-drop functions for OLE.
4.In Windows Explorer Right mouse-button pop-up menu available too.
NEW IN THIS VERSION:
1. Some bugs fixed.
2. New decompiler options added.
3. "Refresh" and "Toggle to Sourcecode/Bytecode View" buttons added.
4 Changes in "Recent Files..".
5. New features in "Settings" - "Configurations".
Users can change the default font name and size.
6. Changes in DJ icon in the system tray.
7. "Opened Files History" form added.
8. "Processor Usage (%)" information added in "System Information" form.
THE STATUS OF DJ JAVA DECOMPILER:
DJ Java Decompiler is Freeware.
COPYRIGHT INFORMATION:
The program uses Jad as its Java decompiling engine.
Home Page of Jad-the fast Java Decompiler:
http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
The decompiled Java code is provided "as is", for your information only, without warranty of
any kind, either expressed or implied.
You assume all risks concerning the suitability and accuracy of the decompiled code.
The decompiled code may contain inaccuracies or errors.
CONTACT:
Home page: http://members.fortunecity.com/neshkov/dj.html
Email: nasko_1999@yahoo.com
THE PURPOSE:
DJ Java Decompiler is decompiler for Java which reconstructs the original source code
from the compiled binary CLASS files (applets). DJ Java Decompiler is able to decompile the
most complex Java applets and binaries, producing accurate source code.
This latest release is able to compile, run, create JAR archives and run applets outside
of the context of a Web browser when JDK is installed.
INSTALLATION:
The program is for Windows 95, Windows 98, Windows Millennium Edition, Windows NT
and Windows 2000.
Uninstall previos version of DJ (if there are any).
Unzip djdec299.zip file into any appropriate directory on your hard drive.
This will create file SetupDJ.exe.
To install or re-install DJ Java Decompiler run SetupDJ.exe
To run DJ Java Decompiler setup you must have MS Windows Installer v.1.00 or
above installed. (see your WindowsSYSTEM folder - MSIEXEC.EXE and MSI.DLL).
This files are about 2MB. For this reason I don't include MSIEXEC in setup program.
If you have Win9x, you can download MSIEXEC from:
http://download.microsoft.com/download/platformsdk/wininst/1.1/W9X/EN-US/InstMsi.exe
or from:
http://www.microsoft.com/downloads/release.asp?ReleaseID=17343
If you have WinNT, you can download MSIEXEC from:
http://download.microsoft.com/download/platformsdk/wininst/1.1/NT4/EN-US/InstMsi.exe
or from:
http://www.microsoft.com/downloads/release.asp?ReleaseID=17344
And you can learn more about MSIEXEC from:
http://msdn.microsoft.com/library/officedev/off2krk/45ct_2.htm
or from:http://www.microsoft.com/msdownload/platformsdk/instmsi.htm
HOW TO USE DJ JAVA DECOMPILER:
To decompile a single JAVA class file you can:
1.Select Open and load your desired class file.
2.Double-click the CLASS file you want to decompile.
3.Drag-and-drop your desired class file on the DJ Java Decompiler window.
DJ Java Decompiler supports drag-and-drop functions for OLE.
4.In Windows Explorer Right mouse-button pop-up menu available too.
NEW IN THIS VERSION:
1. Some bugs fixed.
2. New decompiler options added.
3. "Refresh" and "Toggle to Sourcecode/Bytecode View" buttons added.
4 Changes in "Recent Files..".
5. New features in "Settings" - "Configurations".
Users can change the default font name and size.
6. Changes in DJ icon in the system tray.
7. "Opened Files History" form added.
8. "Processor Usage (%)" information added in "System Information" form.
THE STATUS OF DJ JAVA DECOMPILER:
DJ Java Decompiler is Freeware.
COPYRIGHT INFORMATION:
The program uses Jad as its Java decompiling engine.
Home Page of Jad-the fast Java Decompiler:
http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
The decompiled Java code is provided "as is", for your information only, without warranty of
any kind, either expressed or implied.
You assume all risks concerning the suitability and accuracy of the decompiled code.
The decompiled code may contain inaccuracies or errors.
CONTACT:
Home page: http://members.fortunecity.com/neshkov/dj.html
Email: nasko_1999@yahoo.com
|
我有一个比较好的反编译工具是mDeJava.exe才500k把你的邮箱给我