awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesJava Decompiler GUIs

Graphical interfaces for reconstructing readable Java source code from compiled class files for debugging.

Distinguishing note: No existing candidate captures the specific identity of a Java decompiler GUI.

Explore 4 awesome GitHub repositories matching development tools & productivity · Java Decompiler GUIs. Refine with filters or upvote what's useful.

Awesome Java Decompiler GUIs GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • konloch/bytecode-viewerKonloch 的头像

    Konloch/bytecode-viewer

    15,537在 GitHub 上查看↗

    This project is a Java bytecode reverse engineering suite that functions as a disassembler, decompiler, and editor for Java class files and Android APK binaries. It provides tools to transform compiled bytecode into assembly instructions or readable source code. The toolset supports Android APK analysis and Java binary patching, allowing for the modification of source code or bytecode and subsequent recompilation into functional binaries. It includes capabilities for removing Java obfuscation and performing malware analysis through the detection of malicious code patterns. The system incorpo

    Combines decompilation and editing capabilities to transform bytecode into source and modify the binaries.

    Javaandroidapkbaksmali
    在 GitHub 上查看↗15,537
  • java-decompiler/jd-guijava-decompiler 的头像

    java-decompiler/jd-gui

    15,024在 GitHub 上查看↗

    This project is a desktop application designed for the reverse engineering and inspection of compiled Java code. It functions as a graphical interface that translates Java bytecode back into readable source code, allowing users to examine the internal logic of class files and archives when original source files are unavailable. The tool provides a structured environment for navigating complex file hierarchies, including nested archives like JAR and WAR files. By maintaining an in-memory representation of loaded classes, it enables rapid searching and cross-referencing of code elements. The ap

    Provides a graphical interface for reconstructing readable Java source code from compiled class files for debugging.

    Java
    在 GitHub 上查看↗15,024
  • col-e/recafCol-E 的头像

    Col-E/Recaf

    7,252在 GitHub 上查看↗

    Recaf 是一套专门用于汇编、编辑、去混淆、反编译和检测 Java 字节码及运行时进程的工具。它提供了一个协调环境,用于修改已编译的 Java 类文件并分析 Java 应用的行为。 该项目的独特之处在于一个多级抽象层,允许跨不同格式进行编辑,以及一个通过多个可配置反编译引擎路由字节码的可插拔框架。它包括一个嵌入式脚本引擎和插件架构,以自动化重复任务并扩展系统行为。 该工具集涵盖了几个高级能力领域,包括用于搜索应用内容和模拟方法执行状态的静态分析。它还支持用于附加到实时进程的运行时检测,以及用于移除混淆和修复类文件的自动化字节码转换。 通过命令行界面支持无头执行,以便将工作流集成到外部构建流水线中。

    Provides a comprehensive graphical interface for decompiling Java bytecode into readable source code using multiple engines.

    Java
    在 GitHub 上查看↗7,252
  • deathmarine/luytendeathmarine 的头像

    deathmarine/Luyten

    5,105在 GitHub 上查看↗

    Luyten 是一个开源 Java 反编译器和字节码分析器,旨在将编译后的类文件转换回高级源代码。它作为一个用于 Procyon 反编译引擎的图形用户界面,允许从 Java 字节码中检查和恢复程序逻辑。 该工具提供 Java 逆向工程和遗留代码分析功能,能够在原始源代码不可用时检查第三方应用或库。 该系统包括一个用于浏览类层次结构的桌面界面、用于索引 JAR 文件的递归类路径扫描,以及用于跟踪已访问类的状态化导航历史。

    Offers a graphical interface that transforms compiled Java class files back into readable source code for logic analysis.

    Java
    在 GitHub 上查看↗5,105
  1. Home
  2. Development Tools & Productivity
  3. Java Decompiler GUIs

探索子标签

  • Open Source ImplementationsFree and open source implementations of decompilation tools. **Distinct from Java Decompiler GUIs:** Distinct from Java Decompiler GUIs by focusing on the open-source distribution model rather than just the graphical interface.