awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesSource Code Recoverers

Tools that reconstruct original source code constructs from compiled bytecode and jump instructions.

Distinct from Source-to-Bytecode Compilers: Distinct from Source-to-Bytecode Compilers: performs the inverse operation by recovering source from bytecode rather than compiling source to bytecode.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Source Code Recoverers. Refine with filters or upvote what's useful.

Awesome Source Code Recoverers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rocky/python-uncompyle6Avatar rocky

    rocky/python-uncompyle6

    4,302Vezi pe 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

    Reconstructs original program segments and language constructs from compiled bytecode and jump instructions.

    Python
    Vezi pe GitHub↗4,302
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Compiled Languages
  4. Source-to-Bytecode Compilers
  5. Source Code Recoverers