且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Eclipse类文件元数据

更新时间:2023-11-17 19:39:40


  1. 您可以尝试 http://andrei.gmxhome.de/bytecode/index.html - 它比内部Eclipse反编译小得多。

  2. 当没有源可用的类打开类定义时,应该在反编译输出的顶部看到一个按钮附加源,您可以在其中关联相应的源文件。

  1. You could try http://andrei.gmxhome.de/bytecode/index.html - it's a "little nicer" than the internal Eclipse decompilation.
  2. When opening a class definition for class without source available, you should see a button "Attach Source" at the top of the decompilation output where you can associate the corresponding source files.