awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rocky/python-uncompyle6الصورة الرمزية لـ rocky

    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

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

    Python
    عرض على GitHub↗4,302
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Compiled Languages
  4. Source-to-Bytecode Compilers
  5. Source Code Recoverers