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

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

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

2 个仓库

Awesome GitHub RepositoriesBytecode Decompilers

Tools that translate compiled bytecode back into human-readable high-level source code.

Distinct from Bytecode-to-Source Mapping: Distinct from Bytecode-to-Source Mapping [f0_mt1] which only links lines for debugging, and Source-to-Bytecode Compilers [f0_mt2] which do the opposite process.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Bytecode Decompilers. Refine with filters or upvote what's useful.

Awesome Bytecode Decompilers GitHub Repositories

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

    fesh0r/fernflower

    4,308在 GitHub 上查看↗

    Fernflower is a Java bytecode decompiler and reverse engineering tool. It transforms compiled Java class files back into human-readable Java source code to reconstruct original program logic and variable names. The tool functions as a command line bytecode processor capable of batch processing Java archives and class files. It specifically handles obfuscated code analysis by renaming ambiguous identifiers and resolving naming conflicts to make the resulting source code easier to follow. The system employs static analysis to convert bytecode to source, utilizing debug information extraction t

    A process for transforming bytecode from class files, archives, or packages back into human-readable source code.

    Java
    在 GitHub 上查看↗4,308
  • rocky/python-uncompyle6rocky 的头像

    rocky/python-uncompyle6

    4,302在 GitHub 上查看↗

    python-uncompyle6 is a Python bytecode decompiler and reverse engineering tool designed to convert compiled bytecode files back into human-readable source code. It functions as a source code recoverer and bytecode disassembler, allowing for the analysis of internal program logic and the reconstruction of original language constructs. The tool provides cross-version support, enabling the analysis and recovery of source code from bytecode created across multiple different versions of the Python interpreter. This allows it to operate as a cross-version bytecode analyzer that can interpret varied

    Translates compiled Python bytecode files back into human-readable high-level source code.

    Python
    在 GitHub 上查看↗4,302
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Decompilers