awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesBytecode File Header Analysis

Analysis of binary file headers to identify language versions and encoding settings.

Distinct from File Header Identifiers: Specifically analyzes bytecode headers rather than general database or application headers.

Explore 2 awesome GitHub repositories matching part of an awesome list · Bytecode File Header Analysis. Refine with filters or upvote what's useful.

Awesome Bytecode File Header Analysis GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • zrax/pycdcAvatar de zrax

    zrax/pycdc

    4,304Ver en GitHub↗

    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

    Parses .pyc file headers to identify Python language version, encoding settings, and other metadata for correct decompilation.

    C++cxxdecompilerdisassembler
    Ver en GitHub↗4,304
  • extremecoders-re/pyinstxtractorAvatar de extremecoders-re

    extremecoders-re/pyinstxtractor

    4,119Ver en GitHub↗

    pyinstxtractor is a PyInstaller executable unpacker and Python bytecode recovery tool. It functions as a helper for decompiling compiled Python binaries by extracting bundled binaries and bytecode from executables created with PyInstaller. The project includes a bytecode decryptor to remove encryption from extracted files and a header repair tool that restores corrupted headers. These capabilities ensure that extracted compiled files are compatible with bytecode decompilation software. The utility covers reverse engineering of Python applications, supporting malware analysis workflows throug

    Restores missing magic numbers and versioning information to make extracted bytecode compatible with decompilers.

    Pythondecompilepycpyc-files
    Ver en GitHub↗4,119
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Bytecode Analysis Tools
  5. Bytecode File Header Analysis

Explorar subetiquetas

  • Header ReconstructionRestoring missing magic numbers and versioning information to bytecode file headers. **Distinct from Bytecode File Header Analysis:** Distinct from Header Analysis: focuses on active restoration of corrupted headers rather than just identification.