1 个仓库
The process of translating compiled bytecode back into human-readable source code.
Distinct from Java Bytecode Analysis Tools: Focuses on the act of decompilation into source code rather than analyzing or modifying the bytecode structure.
Explore 1 awesome GitHub repository matching development tools & productivity · Class Decompilation. Refine with filters or upvote what's useful.
本项目是一个全面的 Java 编程知识库和技术参考存储库。它提供了一个精选的提炼答案、API 文档和故障排除指南集合,旨在帮助开发者解决常见的编码挑战和语言陷阱。 该存储库的特色在于结构化的知识架构方法,利用以比较为中心的分析来突出不同库实现和语言特性之间的权衡。它将高影响力的社区讨论整理为标准化格式,按架构、并发和安全模式组织技术解决方案。 内容涵盖了广泛的技术领域,包括核心语言规范、并发管理、内存管理和软件设计模式。它还包括关于运行时故障排除、数据结构实现、反射与元数据以及 API 集成模式的指导。 该文档作为实现标准软件架构模式和解决环境配置问题的技术参考。
Explains how to translate compiled bytecode back into human-readable source code to inspect binary files.