python-uncompyle6
Bytecode decompiler
Decomposes Python bytecode back into equivalent source code
A cross-version Python bytecode decompiler
4k stars
79 watching
413 forks
Language: Python
last commit: about 1 month ago
Linked from 2 awesome lists
bytecodedecompilerpython
Related projects:
Repository | Description | Stars |
---|---|---|
zrax/pycdc | Translates compiled Python byte-code into human-readable source code | 3,414 |
knight0x07/pyc2bytecode | A tool to disassemble and analyze compiled Python bytecode files (pyc) from various Python versions. | 133 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,999 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,562 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,569 |
zedr/clean-code-python | A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. | 4,476 |
jtpio/jupyterlab-python-bytecode | A JupyterLab extension for inspecting and comparing Python bytecode across different versions of the CPython interpreter. | 62 |
numpy/numpy | A comprehensive library providing efficient numerical computation and data manipulation capabilities for Python-based scientific computing. | 28,350 |
cookiecutter/cookiecutter | A command-line utility that creates projects from pre-defined templates. | 22,767 |
prompt-toolkit/ptpython | An interactive Python shell with advanced features and customizable interface | 5,241 |
pfalcon/scratchabit | A Python-based disassembler tool with data/control flow analysis capabilities for reverse engineering | 397 |
legrandin/pycryptodome | A comprehensive cryptographic library for Python that provides low-level primitives and algorithms for secure data processing | 2,876 |
konloch/bytecode-viewer | A Java-based tool for analyzing and modifying Android APKs and other Java files | 14,733 |
py-pdf/pypdf | A Python library for manipulating and extracting data from PDF files | 8,524 |
pmorissette/bt | A flexible Python framework for building and testing algorithmic trading strategies | 2,316 |