awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesBytecode Numeric Recovery

Reconstruction of numeric constants from compiled bytecode into human-readable formats.

Distinct from Numeric Data Formatting: Existing candidates focus on UI formatting or CLI parsing, not the recovery of constants from binary bytecode.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Bytecode Numeric Recovery. Refine with filters or upvote what's useful.

Awesome Bytecode Numeric Recovery GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • zrax/pycdczrax का अवतार

    zrax/pycdc

    4,304GitHub पर देखें↗

    pycdc is a reverse engineering toolset that decompiles and disassembles compiled Python bytecode files back into readable source code. It parses .pyc file headers, reconstructs abstract syntax trees from bytecode instructions, and handles version-specific opcodes across Python versions 1.0 through 3.13 with endian-aware binary parsing. The tool recovers numeric constants, string literals, and marshalled Python objects from compiled bytecode, supporting both file-based and in-memory bytecode loading. It provides a human-readable disassembly listing of bytecode instructions alongside full sourc

    Reconstructs integer, floating-point, and complex number literals from both string-stored and binary-encoded bytecode representations.

    C++cxxdecompilerdisassembler
    GitHub पर देखें↗4,304
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Numeric Recovery