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.classfile. - Drag and drop the
Object.classfile onto the JD-GUI window.
This will allow you to view the source code of the compiled .class file.
文件大小:697.18KB
评论区