How can I open Java .class files in a human-readable way?

后端 未结 17 2090
傲寒
傲寒 2020-11-28 18:09

I\'m trying to figure out what a Java applet\'s class file is doing under the hood. Opening it up with Notepad or Textpad just shows a bunch of gobbledy-gook.

Is the

17条回答
  •  再見小時候
    2020-11-28 19:05

    jd-gui is the best decompiler at the moment. it can handle newer features in Java, as compared to the getting-dusty JAD.

提交回复
热议问题