未读代码 前言ProcyonCFRJd-CoreJadxFernflower反编译速度语法支持和可读性总结Java 反编译,一听可能觉得高深莫测,其实反编译并不是什么特别高级的操作,Java 对于 Class 字节码文件的生成有着严格的要求,如果你非常熟悉 Java 虚拟机规范,了解 Class 字节码文件中一些字节的作用,那么理解反编译的原理并不是什么问题。 甚至像下面这样的 Class 文件你都能看懂一二。 一般在逆向研究和 在segmentfault.com上查看更多信息更多内容请查看https://segmentfault.com/a/1190000040025345
PingCode适合 Java 开发人员使用的 13 种最佳 Java 反编译 2024年2月26日 · AndroChef Java Decompiler 是适用于 Windows XP、Windows 2003、Windows Vista、Windows 7、Windows 8、8.1 和 Windows 10 的 Java 反编译器,可从编译后的二进制 CLASS 文件中重建原始源代码。更多内容请查看https://docs.pingcode.com/blog/tool/74085.html
java-decompiler/jd-gui: A standalone Java JD-GUI is a standalone graphical utility that displays Java source codes of ".class" files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.aiwaf更多内容请查看https://github.com/java-decompiler/jd-gui