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,308GitHub पर देखें↗

    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,302GitHub पर देखें↗

    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