How to Decompile JAR Files with JD-GUI 0.3.3on Windows
To decompile a .class
file using JD-GUI, follow one of the methods below:
- Execute the following command line:
jd-gui.exe Object.class
. - Go to the File menu, select Open File..., and browse to your
Object.class
file. - Drag and drop the
Object.class
file onto the JD-GUI window.
This will allow you to view the source code of the compiled .class
file.
697.18KB
文件大小:
评论区